From 2620918840cb28fdd641fa986367ad9e8175a730 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, 29 Oct 2020 20:58:47 +0800 Subject: =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 2 +- .vscode/settings.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 438fe0d7..5431ca74 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11419", + "address": "127.0.0.1:11420", "outputCapture": [ ] }, diff --git a/.vscode/settings.json b/.vscode/settings.json index 97694867..ecf65735 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,9 @@ // Just some comment { - "Lua.diagnostics.globals": [ // Just some comment - // Just some comment + "Lua.diagnostics.globals": [ "ERR", "OUT", "IN", - // Just some comment "log", "ac", "_G", -- cgit v1.2.3