Skip to content

Commit

Permalink
[MPQEditor] Hide from menu (Samsung#1693)
Browse files Browse the repository at this point in the history
This commit hides mpq editor command from menu temporarily.
Let's show it when it is supported in OneExplorer.

ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee <dayoung.lee@samsung.com>
  • Loading branch information
dayo09 authored Sep 26, 2023
1 parent c91f991 commit d6541db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,6 @@
"when": "view == OneExplorerView && viewItem =~ /baseModel/",
"group": "inline"
},
{
"command": "one.editor.mpq.createFromOneExplorer",
"when": "view == OneExplorerView && viewItem =~ /circle/",
"group": "4_create@1"
},
{
"command": "one.toolchain.setDefaultToolchain",
"when": "view == ToolchainView && viewItem == toolchain && !one.job:running",
Expand All @@ -426,11 +421,6 @@
}
],
"explorer/context": [
{
"command": "one.editor.mpq.createFromDefaultExplorer",
"when": "resourceExtname == .circle",
"group": "1_tools"
}
],
"commandPalette": [
{
Expand Down

0 comments on commit d6541db

Please sign in to comment.