From 3914e1484ce8589c38449bfc372e6e4fdef59106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 15 Oct 2021 15:43:26 +0800 Subject: add `$schema` into luarc --- .luarc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.luarc.json b/.luarc.json index 4068d6ef..41d70d60 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", "diagnostics.disable": [ "close-non-object" ], -- cgit v1.2.3