Skip to content

Commit 096f710

Browse files
committed
Remove launch definitions
1 parent 5ba20ef commit 096f710

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.vscode/launch.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
55
"version": "0.2.0",
66
"configurations": [
7-
{
8-
"name": ".NET Core Launch (console)",
9-
"type": "coreclr",
10-
"request": "launch",
11-
"preLaunchTask": "build",
12-
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/THNETII.WinApiNative.Test.dll",
14-
"args": [],
15-
"cwd": "${workspaceFolder}/test/THNETII.WinApiNative.Test",
16-
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
17-
"console": "internalConsole",
18-
"stopAtEntry": false,
19-
"internalConsoleOptions": "openOnSessionStart"
20-
},
217
{
228
"name": ".NET Core Attach",
239
"type": "coreclr",

0 commit comments

Comments
 (0)