2015-11-13 13:39:38 +00:00
|
|
|
{
|
2017-06-21 21:44:32 +00:00
|
|
|
"version": "2.0.0",
|
2015-11-13 13:39:38 +00:00
|
|
|
"tasks": [
|
|
|
|
{
|
2017-06-27 19:44:31 +00:00
|
|
|
"type": "npm",
|
2020-07-07 09:34:06 +00:00
|
|
|
"script": "watch-clientd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Core - Build",
|
2020-07-07 09:34:06 +00:00
|
|
|
"isBackground": true,
|
|
|
|
"presentation": {
|
2021-04-27 09:47:15 +00:00
|
|
|
"reveal": "never",
|
2022-02-21 07:48:19 +00:00
|
|
|
"group": "buildWatchers",
|
|
|
|
"close": false
|
2019-09-26 07:56:10 +00:00
|
|
|
},
|
2020-07-07 09:34:06 +00:00
|
|
|
"problemMatcher": {
|
|
|
|
"owner": "typescript",
|
|
|
|
"applyTo": "closedDocuments",
|
|
|
|
"fileLocation": [
|
|
|
|
"absolute"
|
|
|
|
],
|
|
|
|
"pattern": {
|
|
|
|
"regexp": "Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
|
|
|
|
"file": 1,
|
|
|
|
"location": 2,
|
|
|
|
"message": 3
|
|
|
|
},
|
|
|
|
"background": {
|
2021-12-14 15:15:38 +00:00
|
|
|
"beginsPattern": "Starting compilation...",
|
|
|
|
"endsPattern": "Finished compilation with"
|
2020-07-07 09:34:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "watch-extensionsd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Ext - Build",
|
2017-02-08 08:05:17 +00:00
|
|
|
"isBackground": true,
|
2017-06-27 19:44:31 +00:00
|
|
|
"presentation": {
|
2021-04-27 09:47:15 +00:00
|
|
|
"reveal": "never",
|
2022-02-21 07:48:19 +00:00
|
|
|
"group": "buildWatchers",
|
|
|
|
"close": false
|
2017-06-21 21:44:32 +00:00
|
|
|
},
|
2015-11-13 13:39:38 +00:00
|
|
|
"problemMatcher": {
|
|
|
|
"owner": "typescript",
|
2016-06-08 13:15:16 +00:00
|
|
|
"applyTo": "closedDocuments",
|
2016-03-08 08:03:08 +00:00
|
|
|
"fileLocation": [
|
|
|
|
"absolute"
|
|
|
|
],
|
2015-11-13 13:39:38 +00:00
|
|
|
"pattern": {
|
2016-07-12 15:12:38 +00:00
|
|
|
"regexp": "Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
|
2015-11-13 13:39:38 +00:00
|
|
|
"file": 1,
|
|
|
|
"location": 2,
|
|
|
|
"message": 3
|
|
|
|
},
|
2017-05-31 14:41:58 +00:00
|
|
|
"background": {
|
2020-07-07 09:34:06 +00:00
|
|
|
"beginsPattern": "Starting compilation",
|
|
|
|
"endsPattern": "Finished compilation"
|
2015-11-13 13:39:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2020-07-07 09:34:06 +00:00
|
|
|
{
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "VS Code - Build",
|
2020-07-07 09:34:06 +00:00
|
|
|
"dependsOn": [
|
2021-04-27 15:26:14 +00:00
|
|
|
"Core - Build",
|
2021-05-05 15:29:53 +00:00
|
|
|
"Ext - Build"
|
2020-07-07 09:34:06 +00:00
|
|
|
],
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
2021-01-24 23:35:43 +00:00
|
|
|
},
|
|
|
|
"problemMatcher": []
|
2020-07-07 09:34:06 +00:00
|
|
|
},
|
2020-04-16 12:42:52 +00:00
|
|
|
{
|
|
|
|
"type": "npm",
|
2020-07-08 11:53:39 +00:00
|
|
|
"script": "kill-watch-clientd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Kill Core - Build",
|
2020-07-08 11:53:39 +00:00
|
|
|
"group": "build",
|
|
|
|
"presentation": {
|
2021-04-27 09:47:15 +00:00
|
|
|
"reveal": "never",
|
2021-05-06 13:10:40 +00:00
|
|
|
"group": "buildKillers",
|
|
|
|
"close": true
|
2020-07-08 11:53:39 +00:00
|
|
|
},
|
|
|
|
"problemMatcher": "$tsc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "kill-watch-extensionsd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Kill Ext - Build",
|
2020-04-16 12:42:52 +00:00
|
|
|
"group": "build",
|
|
|
|
"presentation": {
|
2021-04-27 09:47:15 +00:00
|
|
|
"reveal": "never",
|
2021-05-06 13:10:40 +00:00
|
|
|
"group": "buildKillers",
|
|
|
|
"close": true
|
2020-04-16 12:42:52 +00:00
|
|
|
},
|
|
|
|
"problemMatcher": "$tsc"
|
|
|
|
},
|
2020-07-08 11:53:39 +00:00
|
|
|
{
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Kill VS Code - Build",
|
2020-07-08 11:53:39 +00:00
|
|
|
"dependsOn": [
|
2021-04-27 15:26:14 +00:00
|
|
|
"Kill Core - Build",
|
2021-05-05 15:29:53 +00:00
|
|
|
"Kill Ext - Build"
|
2020-07-08 11:53:39 +00:00
|
|
|
],
|
2021-01-24 23:35:43 +00:00
|
|
|
"group": "build",
|
|
|
|
"problemMatcher": []
|
2020-07-08 11:53:39 +00:00
|
|
|
},
|
2022-02-22 13:29:05 +00:00
|
|
|
{
|
|
|
|
"label": "Restart VS Code - Build",
|
|
|
|
"dependsOn": [
|
|
|
|
"Kill VS Code - Build",
|
|
|
|
"VS Code - Build"
|
|
|
|
],
|
|
|
|
"group": "build",
|
|
|
|
"dependsOrder": "sequence",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
2020-06-29 15:43:09 +00:00
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "watch-webd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Web Ext - Build",
|
2020-06-29 15:43:09 +00:00
|
|
|
"group": "build",
|
|
|
|
"isBackground": true,
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "never"
|
|
|
|
},
|
|
|
|
"problemMatcher": {
|
|
|
|
"owner": "typescript",
|
|
|
|
"applyTo": "closedDocuments",
|
|
|
|
"fileLocation": [
|
|
|
|
"absolute"
|
|
|
|
],
|
|
|
|
"pattern": {
|
|
|
|
"regexp": "Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
|
|
|
|
"file": 1,
|
|
|
|
"location": 2,
|
|
|
|
"message": 3
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"beginsPattern": "Starting compilation",
|
|
|
|
"endsPattern": "Finished compilation"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "kill-watch-webd",
|
2021-04-27 15:26:14 +00:00
|
|
|
"label": "Kill Web Ext - Build",
|
2020-06-29 15:43:09 +00:00
|
|
|
"group": "build",
|
|
|
|
"presentation": {
|
2020-09-01 11:04:39 +00:00
|
|
|
"reveal": "never"
|
2020-06-29 15:43:09 +00:00
|
|
|
},
|
|
|
|
"problemMatcher": "$tsc"
|
|
|
|
},
|
2017-06-21 21:44:32 +00:00
|
|
|
{
|
2017-11-07 10:53:59 +00:00
|
|
|
"label": "Run tests",
|
2017-06-21 21:44:32 +00:00
|
|
|
"type": "shell",
|
|
|
|
"command": "./scripts/test.sh",
|
|
|
|
"windows": {
|
|
|
|
"command": ".\\scripts\\test.bat"
|
|
|
|
},
|
|
|
|
"group": "test",
|
2017-06-22 15:03:52 +00:00
|
|
|
"presentation": {
|
2017-06-21 21:44:32 +00:00
|
|
|
"echo": true,
|
|
|
|
"reveal": "always"
|
2016-01-14 16:53:55 +00:00
|
|
|
}
|
|
|
|
},
|
2015-11-13 13:39:38 +00:00
|
|
|
{
|
2017-11-07 10:53:59 +00:00
|
|
|
"label": "Run Dev",
|
2017-06-21 21:44:32 +00:00
|
|
|
"type": "shell",
|
|
|
|
"command": "./scripts/code.sh",
|
|
|
|
"windows": {
|
|
|
|
"command": ".\\scripts\\code.bat"
|
2017-08-12 19:21:09 +00:00
|
|
|
},
|
|
|
|
"problemMatcher": []
|
2017-02-15 10:58:33 +00:00
|
|
|
},
|
|
|
|
{
|
2019-10-17 09:32:32 +00:00
|
|
|
"type": "npm",
|
|
|
|
"script": "electron",
|
2017-06-27 19:44:31 +00:00
|
|
|
"label": "Download electron"
|
2017-07-14 08:05:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "gulp",
|
|
|
|
"task": "hygiene",
|
|
|
|
"problemMatcher": []
|
2019-08-05 09:47:07 +00:00
|
|
|
},
|
2019-10-15 18:27:17 +00:00
|
|
|
{
|
|
|
|
"type": "shell",
|
2022-01-20 17:07:36 +00:00
|
|
|
"command": "./scripts/code-server.sh",
|
2022-01-20 12:48:08 +00:00
|
|
|
"windows": {
|
|
|
|
"command": ".\\scripts\\code-server.bat"
|
|
|
|
},
|
|
|
|
"args": ["--no-launch", "--connection-token", "dev-token", "--port", "8080"],
|
|
|
|
"label": "Run code server",
|
2019-10-15 18:27:17 +00:00
|
|
|
"isBackground": true,
|
|
|
|
"problemMatcher": {
|
|
|
|
"pattern": {
|
|
|
|
"regexp": ""
|
|
|
|
},
|
2019-10-16 10:19:42 +00:00
|
|
|
"background": {
|
|
|
|
"beginsPattern": ".*node .*",
|
2019-10-15 18:27:17 +00:00
|
|
|
"endsPattern": "Web UI available at .*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "never"
|
|
|
|
}
|
|
|
|
},
|
2022-09-29 15:45:27 +00:00
|
|
|
{
|
|
|
|
"type": "shell",
|
|
|
|
"command": "./scripts/code-web.sh",
|
|
|
|
"windows": {
|
|
|
|
"command": ".\\scripts\\code-web.bat"
|
|
|
|
},
|
|
|
|
"args": ["--port", "8080", "--browser", "none"],
|
|
|
|
"label": "Run code web",
|
|
|
|
"isBackground": true,
|
|
|
|
"problemMatcher": {
|
|
|
|
"pattern": {
|
|
|
|
"regexp": ""
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"beginsPattern": ".*node .*",
|
|
|
|
"endsPattern": "Listening on .*"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "never"
|
|
|
|
}
|
|
|
|
},
|
2020-01-03 09:34:42 +00:00
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "eslint",
|
|
|
|
"problemMatcher": {
|
|
|
|
"source": "eslint",
|
|
|
|
"base": "$eslint-stylish"
|
|
|
|
}
|
2020-07-31 17:38:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "shell",
|
2020-08-06 15:10:20 +00:00
|
|
|
"command": "node build/lib/preLaunch.js",
|
2020-07-31 17:38:31 +00:00
|
|
|
"label": "Ensure Prelaunch Dependencies",
|
|
|
|
"presentation": {
|
2021-05-06 13:10:40 +00:00
|
|
|
"reveal": "silent",
|
|
|
|
"close": true
|
2020-07-31 17:38:31 +00:00
|
|
|
}
|
|
|
|
},
|
2020-09-01 11:04:39 +00:00
|
|
|
{
|
|
|
|
"type": "npm",
|
|
|
|
"script": "tsec-compile-check",
|
|
|
|
"problemMatcher": [
|
|
|
|
{
|
|
|
|
"base": "$tsc",
|
|
|
|
"applyTo": "allDocuments",
|
|
|
|
"owner": "tsec"
|
2021-01-24 23:35:43 +00:00
|
|
|
}
|
2020-09-01 11:04:39 +00:00
|
|
|
],
|
|
|
|
"group": "build",
|
|
|
|
"label": "npm: tsec-compile-check",
|
|
|
|
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
|
|
|
|
}
|
2015-11-13 13:39:38 +00:00
|
|
|
]
|
2019-08-05 09:47:07 +00:00
|
|
|
}
|