diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 707502f0..93ae4924 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -3,6 +3,12 @@ // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ + { + "label": "Install packages", + "type": "shell", + "problemMatcher": [], + "command": "./bin/wally-install.sh" + }, { "label": "Build (Development)", "type": "shell", @@ -50,4 +56,4 @@ "command": "npx moonwave dev" } ] -} +} \ No newline at end of file