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 74bc012 commit b110de0Copy full SHA for b110de0
src/coreclrDebug/activate.ts
@@ -325,7 +325,7 @@ export class DebugAdapterExecutableFactory implements vscode.DebugAdapterDescrip
325
args.push(pipeTransport.pipeProgram);
326
}
327
if (pipeTransport.pipeArgs) {
328
- args.push(pipeTransport.pipeArgs);
+ args.push(...pipeTransport.pipeArgs);
329
330
if (pipeTransport.pipeCwd) {
331
options.cwd = pipeTransport.pipeCwd;
0 commit comments