There was an error while loading. Please reload this page.
1 parent 0eacabb commit 5636236Copy full SHA for 5636236
.vscode/launch.json
@@ -10,11 +10,11 @@
10
"program": "${workspaceRoot}/test.lua",
11
"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server",
12
"linux": {
13
- "luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
+"luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
14
},
15
"osx": {
16
- "luaexe": "${workspaceFolder}/bin/macOS/lua-language-server"
17
- },
+"luaexe": "${workspaceFolder}/bin/macOS/lua-language-server"
+},
18
"arg": [
19
],
20
"consoleCoding": "utf8",
0 commit comments