Merge from vscode ec07311dab2556c9d66a4cb3eecdc21c524202e1 (#6739)

This commit is contained in:
Anthony Dresser
2019-08-13 19:14:03 -07:00
committed by GitHub
parent a645a09f42
commit 82c1c57c76
77 changed files with 1319 additions and 741 deletions

View File

@@ -854,7 +854,7 @@ export class SettingsEditor2 extends BaseEditor {
this._register(model.onDidChangeGroups(() => this.onConfigUpdate()));
this.defaultSettingsEditorModel = model;
return this.onConfigUpdate();
return this.onConfigUpdate(undefined, true);
});
}
return Promise.resolve(null);