Skip to content

Commit 7a76ee1

Browse files
authored
Auto-configure a default custom configuration provider even if default.compilerPath is set (#10607)
1 parent 3644b94 commit 7a76ee1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Extension/src/LanguageServer/configurations.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,6 @@ export class CppProperties {
951951
// and there is only 1 registered custom config provider, default to using that provider.
952952
const providers: CustomConfigurationProviderCollection = getCustomConfigProviders();
953953
const hasEmptyConfiguration: boolean = !this.propertiesFile
954-
&& !settings.defaultCompilerPath
955-
&& settings.defaultCompilerPath !== ""
956954
&& !settings.defaultIncludePath
957955
&& !settings.defaultDefines
958956
&& !settings.defaultMacFrameworkPath

0 commit comments

Comments
 (0)