提交 5c63604e 编写于 作者: R Rob Lourens

Settings editor - fix "Open Settings (JSON)" command

上级 59925167
......@@ -90,7 +90,7 @@ export class OpenSettingsJsonAction extends Action {
}
public run(event?: any): TPromise<any> {
return this.preferencesService.openSettings();
return this.preferencesService.openSettings(true);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册