提交 5ec36725 编写于 作者: J Johannes Rieken

debounce at 150ms rate, #49975

上级 cc83c18d
......@@ -118,7 +118,7 @@ class RequestOracle {
let handle: number;
let listener = codeEditor.onDidChangeModelContent(_ => {
handle = setTimeout(() => this._callback(codeEditor), 50);
handle = setTimeout(() => this._callback(codeEditor), 150);
});
this._sessionDisposable = {
dispose() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册