diff --git a/apps/vscode/src/package.json b/apps/vscode/src/package.json index 6dc411391a..cb2410911b 100644 --- a/apps/vscode/src/package.json +++ b/apps/vscode/src/package.json @@ -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" @@ -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"