{ "version": "2.0.0", "tasks": [ { "label": "update submodules", "type": "shell", "command": "git submodule update --init", "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": true }, "presentation": { "reveal": "always", "panel": "shared" }, "problemMatcher": [] } ] }