Skip to content

Instantly share code, notes, and snippets.

@karl-zylinski
Created February 9, 2024 20:35
Show Gist options
  • Save karl-zylinski/56843e471a78695caf97844d4211794a to your computer and use it in GitHub Desktop.
Save karl-zylinski/56843e471a78695caf97844d4211794a to your computer and use it in GitHub Desktop.
{
"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