mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
auto-fixed prefer-const violation
This commit is contained in:
@@ -102,7 +102,7 @@ export class ExtHostLanguages implements ExtHostLanguagesShape {
|
||||
};
|
||||
|
||||
let soonHandle: IDisposable | undefined;
|
||||
let commandDisposables = new DisposableStore();
|
||||
const commandDisposables = new DisposableStore();
|
||||
const updateAsync = () => {
|
||||
soonHandle?.dispose();
|
||||
soonHandle = disposableTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user