We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92e0b6 commit 7193f18Copy full SHA for 7193f18
src/features/commands.ts
@@ -48,7 +48,7 @@ function debugDotnetTest(testMethod: string, fileName: string, server: Omnisharp
48
"type": "coreclr",
49
"request": "launch",
50
"program": response.Executable,
51
- "args": [response.Argument],
+ "args": response.Argument.split(' '),
52
"cwd": "${workspaceRoot}",
53
"stopAtEntry": false
54
}
0 commit comments