pico8-ls
pico8-ls copied to clipboard
New conditional syntax IF ... DO ... END is marked as an error
Since 0.2.6 we can write if statement like this
if a==2 do b=1 end
in addition to more traditional if then
Doing so in VS Code with pico8-ls give some error "statement expected near do"