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 3644b94 commit 7a76ee1Copy full SHA for 7a76ee1
Extension/src/LanguageServer/configurations.ts
@@ -951,8 +951,6 @@ export class CppProperties {
951
// and there is only 1 registered custom config provider, default to using that provider.
952
const providers: CustomConfigurationProviderCollection = getCustomConfigProviders();
953
const hasEmptyConfiguration: boolean = !this.propertiesFile
954
- && !settings.defaultCompilerPath
955
- && settings.defaultCompilerPath !== ""
956
&& !settings.defaultIncludePath
957
&& !settings.defaultDefines
958
&& !settings.defaultMacFrameworkPath
0 commit comments