Skip to content

Commit a13af8e

Browse files
committed
Hide Settings Editor command from the menu
1 parent 468033f commit a13af8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/application-extension/schema/menus.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@
5858
}
5959
}
6060
]
61+
},
62+
{
63+
"id": "jp-mainmenu-settings",
64+
"items": [
65+
{
66+
"command": "settingeditor:open",
67+
"rank": 1000,
68+
"disabled": true
69+
}
70+
]
6171
}
6272
]
6373
},

0 commit comments

Comments
 (0)