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 d2161c5 commit cfb5864Copy full SHA for cfb5864
make.lua
@@ -36,7 +36,7 @@ elseif platform.OS == 'Linux' then
36
end
37
38
lm:import "3rd/bee.lua/make.lua"
39
-lm:import "make/code_format.lua"
+--lm:import "make/code_format.lua"
40
41
lm:source_set 'lpeglabel' {
42
rootdir = '3rd',
@@ -48,7 +48,11 @@ lm:source_set 'lpeglabel' {
48
}
49
50
lm:executable "lua-language-server" {
51
- deps = { "lpeglabel", "source_bootstrap", "code_format" },
+ deps = {
52
+ "lpeglabel",
53
+ "source_bootstrap",
54
+ --"code_format",
55
+ },
56
includes = {
57
"3rd/bee.lua",
58
"3rd/bee.lua/3rd/lua",
0 commit comments