LuaLS: Change startBehavior to RequiresProject

The Language Server works better when started per project.

Change-Id: I96ec7204292d7e41119fd7d26b988a9a3a17dc37
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-07-18 08:31:30 +02:00
parent 080713e872
commit 543f8731b4

View File

@@ -102,7 +102,7 @@ local function setupClient()
mimeTypes = { 'text/x-lua' }
},
settings = Settings,
startBehavior = "RequiresFile",
startBehavior = "RequiresProject",
onStartFailed = function()
a.sync(function()
if IsTryingToInstall == true then