mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* The TGS thing * Revert the 516 revert * Further segment the world/New() proc * Fixes an issue here
104 lines
1.8 KiB
JSON
104 lines
1.8 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "process",
|
|
"command": "tools/build/build",
|
|
"windows": {
|
|
"command": ".\\tools\\build\\build.bat"
|
|
},
|
|
"options": {
|
|
"env": {
|
|
"DM_EXE": "${config:dreammaker.byondPath}"
|
|
}
|
|
},
|
|
"problemMatcher": [
|
|
"$dreammaker",
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"dependsOn": "dm: reparse",
|
|
"label": "Build All"
|
|
},
|
|
{
|
|
"type": "dreammaker",
|
|
"dme": "vgstation13.dme",
|
|
"problemMatcher": [
|
|
"$dreammaker"
|
|
],
|
|
"group": "build",
|
|
"label": "dm: build - vgstation13.dme"
|
|
},
|
|
{
|
|
"command": "${command:dreammaker.reparse}",
|
|
"group": "build",
|
|
"label": "dm: reparse"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "bin/tgui-build",
|
|
"windows": {
|
|
"command": ".\\bin\\tgui-build.cmd"
|
|
},
|
|
"problemMatcher": [
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build",
|
|
"label": "tgui: build"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"command": "bin/tgui-dev",
|
|
"windows": {
|
|
"command": ".\\bin\\tgui-dev.cmd"
|
|
},
|
|
"problemMatcher": [
|
|
"$tsc",
|
|
"$eslint-stylish"
|
|
],
|
|
"group": "build",
|
|
"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"
|
|
},
|
|
{
|
|
"type": "npm",
|
|
"script": "install",
|
|
"path": "tgui",
|
|
"group": "clean",
|
|
"problemMatcher": [],
|
|
"label": "npm: install - tgui",
|
|
"detail": "install dependencies from package"
|
|
}
|
|
]
|
|
}
|