Skip to content

Commit 25c01b4

Browse files
committed
Fix linter.
1 parent 0545a5b commit 25c01b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ export class DefaultClient implements Client {
31523152
}
31533153
if (newProvider !== undefined) {
31543154
const newMergeConfigurations: boolean = this.configuration.CurrentMergeConfigurations;
3155-
if (this.mergeConfigurations != newMergeConfigurations) {
3155+
if (this.mergeConfigurations !== newMergeConfigurations) {
31563156
this.mergeConfigurations = newMergeConfigurations;
31573157
updateCustomConfigs = true;
31583158
}

0 commit comments

Comments
 (0)