japhib / pico8-ls

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

Undefined function not marked as such when includes are present #24

Closed electricbrass closed 11 months ago

electricbrass commented 1 year ago

Okay I found how to replicate the actual issue I was having on Linux. In file1.lua, the undefined function bar() is only marked as undefined if the #include in file2.lua is commented out. lsdemo.zip

electricbrass commented 11 months ago

I just checked and this seems to work properly now. One of the updates must have fixed it, thanks.