mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #14778 from Gurgstation/Tguibuildfix
Adds PrettyBuild to Tasks for VSCode
This commit is contained in:
committed by
CHOMPStation2
parent
b8a9f86017
commit
7daa7c03d9
15
.vscode/tasks.json
vendored
15
.vscode/tasks.json
vendored
@@ -33,6 +33,19 @@
|
|||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"label": "tgui: build tgfont",
|
"label": "tgui: build tgfont",
|
||||||
"detail": "node mkdist.cjs && fantasticon --config config.cjs"
|
"detail": "node mkdist.cjs && fantasticon --config config.cjs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"command": "tgui/bin/tgui",
|
||||||
|
"windows": {
|
||||||
|
"command": ".\\tgui\\bin\\tgui-prettybuild.bat"
|
||||||
|
},
|
||||||
|
"problemMatcher": [
|
||||||
|
"$tsc",
|
||||||
|
"$eslint-stylish"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "tgui: prettybuild"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user