提交 e5c1c225 编写于 作者: P Peng Lyu

workbench.action.openSettings support args

上级 8c1f6baa
......@@ -217,8 +217,8 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
weight: KeybindingWeight.WorkbenchContrib,
when: null,
primary: KeyMod.CtrlCmd | KeyCode.US_COMMA,
handler: (accessor, args: any) => {
accessor.get(IPreferencesService).openSettings(undefined, undefined);
handler: (accessor, args: string | undefined) => {
accessor.get(IPreferencesService).openSettings(undefined, args);
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册