提交 bc995617 编写于 作者: A Alex Ross

Revert "Add debounce to config change event in tasks"

This reverts commit 3404da91.

The detail was confusing and made it look like the tasks weren't updating.
上级 90856c1b
......@@ -295,9 +295,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
this.updateSetup(folderSetup);
this.updateWorkspaceTasks();
}));
this._register(Event.debounce(this.configurationService.onDidChangeConfiguration, () => {
return;
}, 1000)(() => {
this._register(this.configurationService.onDidChangeConfiguration(() => {
if (!this._taskSystem && !this._workspaceTasksPromise) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册