Update template with latest tools; Add install batch file for easy usage with VSCode addon

This commit is contained in:
Jaby Blubb
2023-04-22 15:45:07 +02:00
parent 2f88f0c429
commit 464dd8f7d5
8 changed files with 56 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
{
"slot_0": {
"main_area": {
"pattern": "bin/*/src/MainState/*.o"
}
},
"slot_1": {
"main_area2": {
"pattern": "bin/*/src/MainState2/*.o"
}
}
}