You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
18
-
"console": "internalConsole",
19
-
"stopAtEntry": false,
20
-
"internalConsoleOptions": "openOnSessionStart",
21
-
"requireExactSource": false// allows to for moderate code editing while debugging
22
-
},
23
-
{
24
-
"name": ".NET Core Launch (UnitTests)",
25
-
"type": "coreclr",
26
-
"request": "launch",
27
-
"preLaunchTask": "build_testsrunner",
28
-
// If you have changed target frameworks, make sure to update the program path.
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
33
-
"console": "internalConsole",
34
-
"stopAtEntry": false,
35
-
"internalConsoleOptions": "openOnSessionStart",
36
-
"requireExactSource": false// allows to for moderate code editing while debugging
0 commit comments