{ "version": "2.0.0", "tasks": [ { "label": "Build Extension", "group": "build", "type": "npm", "script": "esbuild", "path": "editors/vscode/", "problemMatcher": { "base": "$tsc-watch", "fileLocation": ["relative", "${workspaceFolder}/editors/vscode/"] }, "isBackground": true } ] }