Skip to content

Commit

Permalink
fix: remove broken commands from command palette (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Sep 7, 2022
1 parent faab53c commit 3f7fc6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/vscode/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@
"command": "nx.generate.ui.lib.fileexplorer",
"when": "false"
},
{
"command": "nxConsole.runTask",
"when": "false"
},
{
"command": "nxConsole.revealInExplorer",
"when": "false"
},
{
"command": "nx.generate.ui.app",
"when": "isNxWorkspace && nx.hasApplicationGenerators"
Expand Down

0 comments on commit 3f7fc6c

Please sign in to comment.