summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-07 17:26:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-07 17:26:44 +0800
commit60332a2cceb05a0160d76d6182c756afa0571fae (patch)
tree4d741dae79a59a50bec9ba82d5f0d279b5cc861e /.luarc.json
parent3b3c7ade4f8722e584ed13c8099d4fa3316edbdd (diff)
downloadlua-language-server-60332a2cceb05a0160d76d6182c756afa0571fae.zip
don't show again
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json
index 3121e6b1..e750d26b 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -38,6 +38,7 @@
"/3rd",
"/.vscode",
"/meta"
- ]
+ ],
+ "checkThirdParty": false
}
}