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 735d741 commit 04bc6c8Copy full SHA for 04bc6c8
Extension/src/LanguageServer/configurations.ts
@@ -1612,7 +1612,7 @@ export class CppProperties {
1612
resolvedCompilerPath = which.sync(config.compilerPath, { nothrow: true });
1613
}
1614
1615
- if (resolvedCompilerPath === undefined) {
+ if (!resolvedCompilerPath) {
1616
resolvedCompilerPath = this.resolvePath(config.compilerPath);
1617
1618
const settings: CppSettings = new CppSettings(this.rootUri);
0 commit comments