diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-21 18:32:40 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-21 18:32:40 +0800 |
commit | c354b5e8bd05ba117857ac93e8d647980875d98d (patch) | |
tree | 2ec81c0e5c0713760a1c94b475cabe2baae9a2d2 /.vscode | |
parent | 3ef04652c31fa95ce1749f0309566f386ec70854 (diff) | |
download | lua-language-server-c354b5e8bd05ba117857ac93e8d647980875d98d.zip |
暂存
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index a60710f0..44af2651 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,8 @@ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaRuntime": "5.4 64bit", + "luaVersion": "5.4", + "luaArch": "x86_64", "outputCapture": [ "print", "stderr", @@ -44,7 +45,8 @@ "consoleCoding": "utf8", "sourceCoding": "utf8", "preLaunchTask": "编译", - "luaRuntime": "5.4 64bit", + "luaVersion": "5.4", + "luaArch": "x86_64", "outputCapture": [ "print", "stderr", @@ -60,7 +62,8 @@ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaRuntime": "5.4 64bit", + "luaVersion": "5.4", + "luaArch": "x86_64", "outputCapture": [ "print", "stderr", @@ -76,7 +79,8 @@ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaRuntime": "5.4 64bit", + "luaVersion": "5.4", + "luaArch": "x86_64", "outputCapture": [ "print", "stderr", |