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 34d8874 commit 93a88c9Copy full SHA for 93a88c9
Extension/src/LanguageServer/client.ts
@@ -1206,6 +1206,9 @@ class DefaultClient implements Client {
1206
}).then(() => {
1207
let newProvider: string = this.configuration.CurrentConfigurationProvider;
1208
if (this.configurationProvider !== newProvider) {
1209
+ if (this.configurationProvider) {
1210
+ this.clearCustomConfigurations();
1211
+ }
1212
this.configurationProvider = newProvider;
1213
this.updateCustomConfigurations();
1214
this.updateCustomBrowseConfiguration();
0 commit comments