From 78b54ce517106029c25502ab0e93397dcf6018f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 25 Nov 2019 09:54:19 +0800 Subject: =?UTF-8?q?=E7=A7=BB=E9=99=A4bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 06af2a10..c731fe96 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,8 +12,7 @@ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaVersion": "5.4", - "luaArch": "x86_64", + "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", "outputCapture": [ "print", "stderr", @@ -33,7 +32,7 @@ "type": "lua", "request": "launch", "stopOnEntry": false, - "program": "${workspaceRoot}/test-beta.lua", + "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", "arg": [ ], "consoleCoding": "utf8", -- cgit v1.2.3