From ce808ac36c153c9f8391386236d5a73dbe4274a7 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Mon, 27 Feb 2023 16:10:45 -0800 Subject: [PATCH] Auto-configure a default custom configuration provider even if default.compilerPath is set --- Extension/src/LanguageServer/configurations.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/Extension/src/LanguageServer/configurations.ts b/Extension/src/LanguageServer/configurations.ts index 9c6d682803..1068f17f41 100644 --- a/Extension/src/LanguageServer/configurations.ts +++ b/Extension/src/LanguageServer/configurations.ts @@ -951,8 +951,6 @@ export class CppProperties { // and there is only 1 registered custom config provider, default to using that provider. const providers: CustomConfigurationProviderCollection = getCustomConfigProviders(); const hasEmptyConfiguration: boolean = !this.propertiesFile - && !settings.defaultCompilerPath - && settings.defaultCompilerPath !== "" && !settings.defaultIncludePath && !settings.defaultDefines && !settings.defaultMacFrameworkPath