Skip to content

Commit e94c50a

Browse files
authored
Update launch.json
1 parent ad34dcc commit e94c50a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"request": "launch",
99
"stopOnEntry": false,
1010
"program": "${workspaceRoot}/test.lua",
11-
"cpath": "${workspaceFolder}/bin/Windows/?.dll",
11+
"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
12+
"cpath": null,
1213
"arg": [
1314
],
1415
"luaVersion": "5.4",

0 commit comments

Comments
 (0)