Skip to content

Commit

Permalink
change add to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Sep 3, 2021
1 parent 7f5cddb commit babf086
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/vscode/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
},
{
"category": "ng",
"title": "ng generate (ui)",
"title": "ng generate...",
"command": "ng.generate.ui.fileexplorer"
},
{
Expand Down Expand Up @@ -530,7 +530,7 @@
},
{
"category": "Nx",
"title": "Nx generate (ui)",
"title": "Nx generate...",
"command": "nx.generate.ui.fileexplorer"
},
{
Expand All @@ -540,22 +540,22 @@
},
{
"category": "Nx",
"title": "Add application",
"title": "generate application",
"command": "nx.generate.ui.app"
},
{
"category": "Nx",
"title": "Add library",
"title": "generate library",
"command": "nx.generate.ui.lib"
},
{
"category": "Nx",
"title": "Nx add application",
"title": "Nx generate application",
"command": "nx.generate.ui.app.fileexplorer"
},
{
"category": "Nx",
"title": "Nx add library",
"title": "Nx generate library",
"command": "nx.generate.ui.lib.fileexplorer"
}
],
Expand Down

0 comments on commit babf086

Please sign in to comment.