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 9831cf1 commit d4f7bbbCopy full SHA for d4f7bbb
lua/compiler/utils-bau.lua
@@ -17,7 +17,7 @@ local utils = require("compiler.utils")
17
---and return them as a table.
18
---@param path string Path to the Makefile.
19
---@return table options A table like:
20
---- { { text: "Make all", value="all", bau = "cmake"}, { text: "Make hello", value="hello", bau = "make"} ...}
+--- { { text: "Make all", value="all", bau = "make"}, { text: "Make hello", value="hello", bau = "make"} ...}
21
local function get_makefile_opts(path)
22
local options = {}
23
0 commit comments