[Monaco] Switch contect menu items (#26328)

This commit is contained in:
Aaron Junker
2023-06-06 14:37:23 +02:00
committed by GitHub
parent ddaa348e5a
commit 1e481b1162

View File

@@ -95,9 +95,9 @@
// A rule to evaluate on top of the precondition in order to dispatch the keybindings.
keybindingContext: null,
contextMenuGroupId: 'navigation',
contextMenuGroupId: 'cutcopypaste',
contextMenuOrder: 1.5,
contextMenuOrder: 100,
// Method that will be executed when the action is triggered.
// @param editor The editor instance is passed in as a convenience