From c354b5e8bd05ba117857ac93e8d647980875d98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 21 Nov 2019 18:32:40 +0800 Subject: =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to '.vscode') 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", -- cgit v1.2.3