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 0545a5b commit 25c01b4Copy full SHA for 25c01b4
Extension/src/LanguageServer/client.ts
@@ -3152,7 +3152,7 @@ export class DefaultClient implements Client {
3152
}
3153
if (newProvider !== undefined) {
3154
const newMergeConfigurations: boolean = this.configuration.CurrentMergeConfigurations;
3155
- if (this.mergeConfigurations != newMergeConfigurations) {
+ if (this.mergeConfigurations !== newMergeConfigurations) {
3156
this.mergeConfigurations = newMergeConfigurations;
3157
updateCustomConfigs = true;
3158
0 commit comments