remove copy with syntax from context menu

This commit is contained in:
rebornix
2017-02-16 15:22:18 -08:00
parent 6abdf6d90d
commit 4e24d6ea30
@@ -157,10 +157,6 @@ class ExecCommandCopyWithSyntaxHighlightingAction extends ExecCommandAction {
kbOpts: {
kbExpr: EditorContextKeys.TextFocus,
primary: null
},
menuOpts: {
group: CLIPBOARD_CONTEXT_MENU_GROUP,
order: 2
}
});
}