diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 16:24:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 16:24:06 +0800 |
commit | fc7dee5f8b8a143c2f0b4f286735cb22e3e6f58b (patch) | |
tree | 53b110d0e306f4ea4eabe26bd88f7b8f2a40a830 /script/config.lua | |
parent | 2121da2d2b18c258a68528374922994776c105da (diff) | |
download | lua-language-server-fc7dee5f8b8a143c2f0b4f286735cb22e3e6f58b.zip |
no more intelliSense.fastGlobal
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/config.lua b/script/config.lua index fb5db837..107f874b 100644 --- a/script/config.lua +++ b/script/config.lua @@ -147,7 +147,6 @@ local ConfigTemplate = { }, intelliSense = { searchDepth = {0, Integer}, - fastGlobal = {true, Boolean}, }, } |