mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
47
.vscode/tasks.json
vendored
47
.vscode/tasks.json
vendored
@@ -33,11 +33,16 @@
|
|||||||
"group": "build",
|
"group": "build",
|
||||||
"label": "dm: build - tgstation.dme"
|
"label": "dm: build - tgstation.dme"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "${command:dreammaker.reparse}",
|
||||||
|
"group": "build",
|
||||||
|
"label": "dm: reparse"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "tgui/bin/tgui",
|
"command": "bin/tgui-build",
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": ".\\tgui\\bin\\tgui.bat"
|
"command": ".\\bin\\tgui-build.cmd"
|
||||||
},
|
},
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$tsc",
|
"$tsc",
|
||||||
@@ -47,9 +52,43 @@
|
|||||||
"label": "tgui: build"
|
"label": "tgui: build"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "${command:dreammaker.reparse}",
|
"type": "shell",
|
||||||
|
"command": "bin/tgui-dev",
|
||||||
|
"windows": {
|
||||||
|
"command": ".\\bin\\tgui-dev.cmd"
|
||||||
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
"$tsc",
|
||||||
|
"$eslint-stylish"
|
||||||
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"label": "dm: reparse"
|
"label": "tgui: dev server"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bin/tgui-bench",
|
||||||
|
"windows": {
|
||||||
|
"command": ".\\bin\\tgui-bench.cmd"
|
||||||
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
"$tsc",
|
||||||
|
"$eslint-stylish"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "tgui: bench"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bin/tgui-sonar",
|
||||||
|
"windows": {
|
||||||
|
"command": ".\\bin\\tgui-sonar.cmd"
|
||||||
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
"$tsc",
|
||||||
|
"$eslint-stylish"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "tgui: sonar"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user