diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-30 19:36:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-30 19:36:38 +0800 |
commit | 6c7fb30056b24847fabf1329d2b137a49d683941 (patch) | |
tree | d61f04f4f893a18a0cd553e96ab0ed0779998c2c | |
parent | 22988e776d7936ed56f41d47d3fa6f2be937b0bb (diff) | |
download | lua-language-server-6c7fb30056b24847fabf1329d2b137a49d683941.zip |
更新调试配置
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 4997324c..f6135746 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "env": { "PATH": "${workspaceRoot}\\server\\bin\\" }, - "luaexe": "${workspaceRoot}\\server\\bin\\lua.exe", + "luaexe": "${workspaceRoot}\\server\\bin\\lua-language-server.exe", "luadll": "${workspaceRoot}\\server\\bin\\lua54.dll", "path": "${workspaceRoot}/server/bin/?.lua", "cpath": "${workspaceRoot}/server/bin/?.dll;", @@ -54,7 +54,7 @@ "stopOnEntry": false, "program": "${workspaceRoot}/server/publish.lua", "cwd": "${workspaceRoot}/server", - "luaexe": "${workspaceRoot}\\server\\bin\\lua.exe", + "luaexe": "${workspaceRoot}\\server\\bin\\lua-language-server.exe", "luadll": "${workspaceRoot}\\server\\bin\\lua54.dll", "path": "${workspaceRoot}/server/bin/?.lua", "cpath": "${workspaceRoot}/server/bin/?.dll;", |