Merge pull request #14778 from Gurgstation/Tguibuildfix

Adds PrettyBuild to Tasks for VSCode
This commit is contained in:
Heroman3003
2023-04-15 14:17:39 +10:00
committed by CHOMPStation2
parent b8a9f86017
commit 7daa7c03d9

13
.vscode/tasks.json vendored
View File

@@ -33,6 +33,19 @@
"problemMatcher": [],
"label": "tgui: build tgfont",
"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"
}
]
}