forked from qt-creator/qt-creator
Lua LSP: Add callback if server fails to start
Change-Id: I422baeffff96cf56a110cbf74716352c9104c5ef Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -11,6 +11,7 @@ local lsp = {}
|
||||
---@field startBehavior? "AlwaysOn"|"RequiresFile"|"RequiresProject"
|
||||
---@field initializationOptions? table|string The initialization options to pass to the language server, either a json string, or a table
|
||||
---@field settings? AspectContainer
|
||||
---@field onStartFailed? function This callback is called when client failed to start.
|
||||
local ClientOptions = {}
|
||||
|
||||
---@class LanguageFilter
|
||||
|
||||
Reference in New Issue
Block a user