There was an error while loading. Please reload this page.
1 parent ad34dcc commit e94c50aCopy full SHA for e94c50a
.vscode/launch.json
@@ -8,7 +8,8 @@
8
"request": "launch",
9
"stopOnEntry": false,
10
"program": "${workspaceRoot}/test.lua",
11
-"cpath": "${workspaceFolder}/bin/Windows/?.dll",
+"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
12
+"cpath": null,
13
"arg": [
14
],
15
"luaVersion": "5.4",
0 commit comments