We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc04da commit 48fb7e3Copy full SHA for 48fb7e3
lua/compiler/utils.lua
@@ -99,7 +99,7 @@ function M.file_exists(filename)
99
end
100
101
--- Function that returns the path of the .solution file if exists in the current
102
---- working directory root, or nil otherwise.
+--- working directory's root, or nil otherwise.
103
---@return string|nil
104
function M.get_solution_file()
105
if M.file_exists(".solution.toml") then
0 commit comments