diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 17:26:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 17:26:44 +0800 |
commit | 60332a2cceb05a0160d76d6182c756afa0571fae (patch) | |
tree | 4d741dae79a59a50bec9ba82d5f0d279b5cc861e /.luarc.json | |
parent | 3b3c7ade4f8722e584ed13c8099d4fa3316edbdd (diff) | |
download | lua-language-server-60332a2cceb05a0160d76d6182c756afa0571fae.zip |
don't show again
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 3 |
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 } } |