mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
onDidChangeEmmiter fires constantly when it shouldn't (#202198)
`onDidChangeEmmiter` fires when it shouldn't
This commit is contained in:
@@ -55,7 +55,7 @@ export function getLanguageParticipants(): LanguageParticipants {
|
||||
}
|
||||
}
|
||||
}
|
||||
return !isEqualSet(languages, oldLanguages) || !isEqualSet(oldLanguages, oldAutoInsert);
|
||||
return !isEqualSet(languages, oldLanguages) || !isEqualSet(autoInsert, oldAutoInsert);
|
||||
}
|
||||
update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user