### 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. <img width="536" alt="Screenshot 2023-11-18 at 11 57 07" src="https://github.com/LuaLS/lua-language-server/assets/1042545/1d82e3ab-c985-4c32-b2a3-5ab7404c7dda"> ### Actual Behaviour <img width="536" alt="Screenshot 2023-11-18 at 11 57 07" src="https://github.com/LuaLS/lua-language-server/assets/1042545/9868d782-cc6b-4c40-b7ac-d07daf4901bb"> this popup should show when detecting the love2d project ### Reproduction steps [t1.zip](https://github.com/LuaLS/lua-language-server/files/13398870/t1.zip) 1. use vscode to open this folder 2. open main.lua 3. should popup the configure popup(see image). <img width="536" alt="Screenshot 2023-11-18 at 11 57 07" src="https://github.com/LuaLS/lua-language-server/assets/1042545/efac366c-3519-4811-83c1-4cc3b8968611"> ### Additional Notes 3.71 is OK, 3.7.2 and 3.7.3 are broken ### Log File _No response_