This commit is contained in:
Stafford Williams 2020-04-07 13:43:39 +10:00 коммит произвёл GitHub
Родитель aa3662b464
Коммит 603ae9a2a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.vscode/launch.json поставляемый
Просмотреть файл

@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/tye/bin/Debug/netcoreapp3.1/tye.dll",
"program": "${workspaceFolder}/artifacts/bin/tye/Debug/netcoreapp3.1/tye.dll",
"args": [],
"cwd": "${workspaceFolder}/src/tye",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console