Skip to content

Instantly share code, notes, and snippets.

@r4dian
Last active September 25, 2016 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r4dian/7014482f437b44535805fe06b71b6a6b to your computer and use it in GitHub Desktop.
Save r4dian/7014482f437b44535805fe06b71b6a6b to your computer and use it in GitHub Desktop.
Pico-8 task runner for VSCode
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "C:/Path/To/Your/pico8.exe",
"isShellCommand": false,
"echoCommand": true,
"args": ["-windowed", "1", "-run", "${file}"],
"showOutput": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment