From 21ede3732d3bd57078db2d9075cd0dcd54dda458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 26 Nov 2019 17:05:45 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index c731fe96..cfb5988b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,13 +32,12 @@ "type": "lua", "request": "launch", "stopOnEntry": false, + "program": "${workspaceRoot}/test-beta.lua", "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", "arg": [ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaVersion": "5.4", - "luaArch": "x86_64", "outputCapture": [ "print", "stderr", -- cgit v1.2.3