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 3b62bd2 commit d1ef7ddCopy full SHA for d1ef7dd
packages/common/src/ide/normalized/NormalizedIDE.ts
@@ -52,6 +52,7 @@ export class NormalizedIDE extends PassthroughIDEBase {
52
),
53
snippetsDir: getFixturePath("cursorless-snippets"),
54
});
55
+ this.configuration.mockConfiguration("decorationDebounceDelayMs", 0);
56
}
57
58
flashRanges(flashDescriptors: FlashDescriptor[]): Promise<void> {
0 commit comments