grumpydev / pico8vscodeeditor

A plugin for VSCode for Pico8 development, with basic Lua language and Pico8 API support.
MIT License
25 stars 6 forks source link

Fix issue with spaces in pico path when launching pico #2

Closed ivanarellano closed 4 years ago

ivanarellano commented 5 years ago

I had trouble running my pico file using this extension on Windows. I set the extension's Pico8fullpath setting to C:\Program Files (x86)\PICO-8\pico8.exe. This fix wraps the pico path argument as a string for the command.

grumpydev commented 4 years ago

Thanks :)