mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Bump eslint package versions
This commit is contained in:
@ -55,7 +55,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
activeEditor.setDecorations(largeNumberDecorationType, largeNumbers);
|
||||
}
|
||||
|
||||
function triggerUpdateDecorations(throttle: boolean = false) {
|
||||
function triggerUpdateDecorations(throttle = false) {
|
||||
if (timeout) {
|
||||
clearTimeout(timeout);
|
||||
timeout = undefined;
|
||||
|
||||
Reference in New Issue
Block a user