GUI build. launch

This commit is contained in:
2022-02-04 00:48:30 +01:00
parent 2e832f72d2
commit 96cba48f04
2 changed files with 23 additions and 0 deletions

11
.vscode/launch.json vendored
View File

@@ -15,6 +15,17 @@
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": "GUI",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build gui",
"program": "${workspaceFolder}/src/GuiApp/FileTime.Avalonia/bin/Debug/net6.0/FileTime.Avalonia.dll",
"args": [],
"cwd": "${workspaceFolder}/src/GuiApp/FileTime.Avalonia/bin/Debug/net6.0",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",