summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-10-15 15:43:26 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-10-15 15:43:26 +0800
commit3914e1484ce8589c38449bfc372e6e4fdef59106 (patch)
tree4c46dd2cef1369c296ade492fa53f1c9a47a1168
parentc2fa4723d251614eee6126fd467fa4a94870a11a (diff)
downloadlua-language-server-3914e1484ce8589c38449bfc372e6e4fdef59106.zip
add `$schema` into luarc
-rw-r--r--.luarc.json1
1 files changed, 1 insertions, 0 deletions
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"
],