mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 09:09:46 +01:00
remove copy with syntax from context menu
This commit is contained in:
@@ -157,10 +157,6 @@ class ExecCommandCopyWithSyntaxHighlightingAction extends ExecCommandAction {
|
||||
kbOpts: {
|
||||
kbExpr: EditorContextKeys.TextFocus,
|
||||
primary: null
|
||||
},
|
||||
menuOpts: {
|
||||
group: CLIPBOARD_CONTEXT_MENU_GROUP,
|
||||
order: 2
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user