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.
2 parents e8eb4c3 + 04bc6c8 commit 3910e8eCopy full SHA for 3910e8e
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