Skip to content

Commit

Permalink
fix: add positional to taskDefinitions, fixes #992 task already active
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandi Barr committed May 12, 2021
1 parent d6064e2 commit 17302de
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 17302de

Please sign in to comment.