This commit is contained in:
2022-09-23 22:16:12 +01:00
parent fececb327e
commit 58f49af5f0
8 changed files with 41 additions and 15 deletions

4
.vscode/launch.json vendored
View File

@ -27,8 +27,8 @@
"name": "web",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/isnd/bin/Debug/netcoreapp2.1/isnd.dll",
"preLaunchTask": "publish",
"program": "${workspaceFolder}/artifacts/isnd.dll",
"args": [],
"cwd": "${workspaceFolder}/src/isnd",
"stopAtEntry": false,