File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 77! /meta /template
88! /meta /3rd
99/bin2
10+ /Windows
11+ /Linux
12+ /macOS
Original file line number Diff line number Diff line change 88 "request" : " launch" ,
99 "stopOnEntry" : false ,
1010 "program" : " ${workspaceRoot}/test.lua" ,
11- "luaexe" : " ${workspaceFolder}/bin/ Windows/lua-language-server.exe" ,
11+ "luaexe" : " ${workspaceFolder}/Windows/lua-language-server.exe" ,
1212 "cpath" : null ,
1313 "arg" : [
1414 ],
4040 "type" : " lua" ,
4141 "request" : " launch" ,
4242 "stopOnEntry" : false ,
43- "luaexe" : " ${workspaceFolder}/bin/ Windows/lua-language-server.exe" ,
43+ "luaexe" : " ${workspaceFolder}/Windows/lua-language-server.exe" ,
4444 "program" : " ${workspaceRoot}/tools/build-3rd-meta.lua" ,
45- "cpath" : " ${workspaceFolder}/bin/ Windows/?.dll" ,
45+ "cpath" : " ${workspaceFolder}/Windows/?.dll" ,
4646 "arg" : [
4747 ],
4848 "luaVersion" : " latest" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package.path = package.path
22 .. ' ;./test/?.lua'
33 .. ' ;./test/?/init.lua'
44local fs = require ' bee.filesystem'
5- local rootPath = fs .exe_path ():parent_path ():parent_path ():parent_path (): string ()
5+ local rootPath = fs .exe_path ():parent_path ():parent_path ():string ()
66ROOT = fs .path (rootPath )
77TEST = true
88DEVELOP = true
You can’t perform that action at this time.
0 commit comments