Skip to content

Commit

Permalink
fix: add positional to taskDefinitions, fixes task already active (#1071
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sandikbarr authored May 14, 2021
1 parent 3bb13fe commit a1afd23
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 @@ -535,6 +535,10 @@
"type": "string",
"description": "The Angular CLI command to run on the selected project"
},
"positional": {
"type": "string",
"description": "The project to run the command against"
},
"flags": {
"type": "array",
"description": "An array of flags to pass to the CLI"
Expand All @@ -556,6 +560,10 @@
"type": "string",
"description": "The NX CLI command to run on the selected project"
},
"positional": {
"type": "string",
"description": "The project to run the command against"
},
"flags": {
"type": "array",
"description": "An array of flags to pass to the CLI"
Expand Down

0 comments on commit a1afd23

Please sign in to comment.