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 077f9e4 commit d56d7d6Copy full SHA for d56d7d6
extensions/vscode/lib/reactivityVisualization.ts
@@ -42,7 +42,7 @@ export function activate(
42
const editor = vscode.window.activeTextEditor;
43
if (editor) {
44
clearTimeout(timeout);
45
- timeout = setTimeout(() => updateDecorations(editor), 100);
+ timeout = setTimeout(() => updateDecorations(editor), 250);
46
}
47
}),
48
);
0 commit comments