forked from qt-creator/qt-creator
Lua: Add lsp support
Change-Id: I47a1f73a1e1191e116c7cf3b06db5af9e7548fc0 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user