Compiler task

This commit is contained in:
ineedbots
2021-09-03 12:44:28 -06:00
parent 494a4709f8
commit a102bd7622
4 changed files with 27 additions and 1 deletions

View File

@@ -4,5 +4,11 @@
"gsc"
],
"editor.defaultFormatter": "chiehyu.vscode-astyle",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"triggerTaskOnSave.tasks": {
"Compile current GSC File": [
"*.gsc"
]
}
}