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 57338f1 commit 73e03b5Copy full SHA for 73e03b5
Extension/src/common.ts
@@ -1069,7 +1069,7 @@ function extractArgs(argsString: string): string[] {
1069
} else {
1070
try {
1071
const executablePath: string = getExtensionFilePath("bin/cpptools-wordexp");
1072
- const executableDir = path.dirname(executablePath);
+ const executableDir: string = path.dirname(executablePath);
1073
process.chdir(executableDir);
1074
const wordexpResult: any = child_process.execFileSync(executablePath, [argsString], { shell: false });
1075
if (wordexpResult === undefined) {
0 commit comments