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 983dc88 commit 0c2d40dCopy full SHA for 0c2d40d
src/clangd-context.ts
@@ -69,7 +69,7 @@ export class ClangdContext implements vscode.Disposable {
69
const clangd: vscodelc.Executable = {
70
command: clangdPath,
71
args: await config.get<string[]>('arguments'),
72
- options: {cwd: vscode.workspace.rootPath || process.cwd()}
+ options: {cwd: vscode.workspace.rootPath || process.cwd(), shell: true}
73
};
74
const traceFile = config.get<string>('trace');
75
if (!!traceFile) {
0 commit comments