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 03165ad commit 361608fCopy full SHA for 361608f
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