Created
February 9, 2024 20:35
-
-
Save karl-zylinski/56843e471a78695caf97844d4211794a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"selector": "source.odin", | |
"file_regex": "^(.+)\\(([0-9]+):([0-9]+)\\) (.+)$", | |
"file_patterns": ["*.odin"], | |
"cmd": ["build.bat"], | |
"working_dir": "c:/repos/cat-game", | |
"variants": [ | |
{ | |
"name": "run", | |
"cmd": "build.bat && start run.bat", | |
}, | |
{ | |
"name": "build texture", | |
"cmd": "odin run texture_builder", | |
}, | |
{ | |
"name": "debug", | |
"cmd": "build.bat && start debug.bat", | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment