japhib / pico8-ls

PICO-8 Language Server
MIT License
64 stars 8 forks source link

Make it play nicely with the Lua VSCode plugin #12

Open japhib opened 2 years ago

japhib commented 2 years ago

Right now I have to disable the pico8-ls plugin when I'm working with "real" lua because it takes over every .lua file and marks it as the pico-8 lua language instead of just regular lua. It would be nice if pico8-ls could detect when a repo is just regular lua and not activate -- maybe if there are no .p8 files in the workspace folder.