提交 2e2c4f26 编写于 作者: M Matt Bierner

Fix toggle custom editor command not working

上级 eb0ca262
...@@ -230,6 +230,9 @@ MenuRegistry.appendMenuItem(MenuId.CommandPalette, { ...@@ -230,6 +230,9 @@ MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
editorService.replaceEditors([{ editorService.replaceEditors([{
editor: activeEditor, editor: activeEditor,
replacement: replInput, replacement: replInput,
options: {
ignoreOverrides: true,
}
}], activeGroup); }], activeGroup);
} }
}).register(); }).register();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册