pico8-vscodeA new vscode extension for editing and running pico8 files. I recommend having a separate pico8 workspace for doing dev in. I keep mine at
This then allows me to open the workspace from the command line like
The benefit of this is that any edits and saves you make within pico8 (for example doing graphics or sound) will be written back into the workspace where you would expect it, rather than into the default home which is likely to be far, far away from the warm embrace of source control Features
RequirementsYou need to have pico8. Extension SettingsThis extension contributes the following settings:
Known IssuesBest I can say is that it "works on my machine" It's not yet published to the vscode marketplace Release Notes0.0.1Initial release of pico8-vscode LicenseAll code is by John Barton and MIT licensed with the exception of the syntaxes folder which is covered by the original author's license |