mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 11:47:51 +00:00
Adjust debounce
This commit is contained in:
parent
24506849a5
commit
6ea297af42
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function baz() {
|
|||
},
|
||||
],
|
||||
} as proto.DidChangeTextDocumentParams);
|
||||
}, 400),
|
||||
}, 200),
|
||||
);
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/require-await
|
||||
|
|
Loading…
Reference in a new issue