can't auto detect love2d project (3.71 is OK, 3.7.2 and 3.7.3 are broken).
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
MacOS 13.4 intel
What is the issue affecting?
Can't auto detect love2d project, no popup for write configure for love2d project. (NOTICE: 3.71 is OK, 3.7.2 and 3.7.3 are broken)
Expected Behaviour
this popup should be popup when the Lua file contains love. load or love.update ..., but currently version no popup shows.
Actual Behaviour
Reproduction steps
- use vscode to open this folder
- open main.lua
- should popup the configure popup(see image).
Additional Notes
3.71 is OK, 3.7.2 and 3.7.3 are broken
Log File
No response
When the Lua.workspace.checkThirdParty": true configuration is added in the settings, it works. However, I didn't add this item before. I believe the default value was true before version 3.7.2, but it was changed in that version. However, I am unsure if this change was intentional.
@9999years I haven't taken a good look, but I saw you were the implementor on #2354, is this an issue from the new behaviour?
I've also found the auto-detection broken for my Factorio library with 3.7.2 and 3.7.3