Lua: Add lsp support

Change-Id: I47a1f73a1e1191e116c7cf3b06db5af9e7548fc0
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-04-12 14:41:35 +02:00
parent f91d071c66
commit 26993a274e
13 changed files with 755 additions and 1 deletions

View File

@@ -66,4 +66,8 @@ function utils.FilePath:resolvePath(tail) end
---@return FilePath
function utils.FilePath:parentDir() end
---If the path targets a symlink, this function returns the target of the symlink
---@return FilePath The resolved path
function utils.FilePath:resolveSymlinks() end
return utils