Skip to content

Commit da147c5

Browse files
committed
补上漏掉的.exe
1 parent 5636236 commit da147c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"request": "launch",
99
"stopOnEntry": false,
1010
"program": "${workspaceRoot}/test.lua",
11-
"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server",
11+
"luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
1212
"linux": {
1313
"luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
1414
},

0 commit comments

Comments
 (0)