From c3723a132f5c45adb765301b7854ca6b4b6ce82c Mon Sep 17 00:00:00 2001 From: Kirill Dubovitskiy Date: Sun, 6 Aug 2023 18:49:50 -0700 Subject: Added a task to install all dependencies from top level without having to figure out commands in multiple sub projects. Developers should run this before the first debugging session and anytime they pull --- .vscode/tasks.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.vscode/tasks.json') 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 -- cgit v1.2.3-70-g09d2