diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3b6b62e8..808b6d1f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -49,10 +49,12 @@ "revealProblems": "onProblem", "clear": true, }, - "group": { - "kind": "build", - "isDefault": true - } - } + }, + // Install or update all dependencies for all projects in the monrepo + { + "label": "install-all-dependencies", + "type": "shell", + "command": "./install-dependencies.sh", + }, ] }
\ No newline at end of file |