Skip to content

Commit

Permalink
Fix #60055 - "Configure language specific settings" must open json ed…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
roblourens committed Oct 6, 2018
1 parent fd6b2b3 commit 95fa14e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class PreferencesService extends Disposable implements IPreferencesServic
}

configureSettingsForLanguage(language: string): void {
this.openGlobalSettings()
this.openGlobalSettings(true)
.then(editor => this.createPreferencesEditorModel(this.userSettingsResource)
.then((settingsModel: IPreferencesEditorModel<ISetting>) => {
const codeEditor = getCodeEditor(editor.getControl());
Expand Down

0 comments on commit 95fa14e

Please sign in to comment.