提交 8e0787dd 编写于 作者: S Sandeep Somavarapu

#31246 Use the default conf value of `files.autoSaveDelay` for auto saving settings

上级 a449cdf1
......@@ -570,7 +570,7 @@ export class EditableSettingsEditor extends BaseTextEditor {
) {
super(EditableSettingsEditor.ID, telemetryService, instantiationService, storageService, configurationService, themeService, modeService, textFileService, editorGroupService);
this._register({ dispose: () => dispose(this.modelDisposables) });
this.saveDelayer = new Delayer<void>(200);
this.saveDelayer = new Delayer<void>(1000);
}
protected createEditor(parent: Builder): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册