Skip to content

Commit 2face42

Browse files
committed
fix: better place "Reveal in Electron Sidebar" in explorer context menu
1 parent 178fb9c commit 2face42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"explorer/context": [
784784
{
785785
"command": "electron-build-tools.revealInElectronSidebar",
786-
"group": "navigation",
786+
"group": "navigation@21",
787787
"when": "electron-build-tools:ready && resourceDirname =~ /.*electron(?:\\\\|\\/)patches(?:\\\\|\\/).*$/ && resourceExtname == .patch"
788788
}
789789
],

0 commit comments

Comments
 (0)