Skip to content

Commit

Permalink
Fix toggle custom editor command not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Dec 18, 2019
1 parent eb0ca26 commit 2e2c4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vs/workbench/contrib/customEditor/browser/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ MenuRegistry.appendMenuItem(MenuId.CommandPalette, {
editorService.replaceEditors([{
editor: activeEditor,
replacement: replInput,
options: {
ignoreOverrides: true,
}
}], activeGroup);
}
}).register();

0 comments on commit 2e2c4f2

Please sign in to comment.