Update launch.json
This commit is contained in:
Родитель
fc333dce6d
Коммит
eafcd2071e
|
@ -10,7 +10,7 @@
|
|||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/samples/AvaloniaDemo/bin/AnyCPU/Debug/netcoreapp2.0/AvaloniaDemo.dll",
|
||||
"program": "${workspaceFolder}/samples/AvaloniaDemo/bin/AnyCPU/Debug/netcoreapp3.0/AvaloniaDemo.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/samples/AvaloniaDemo",
|
||||
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
|
||||
|
@ -25,4 +25,4 @@
|
|||
"processId": "${command:pickProcess}"
|
||||
}
|
||||
,]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче