diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 09:51:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-24 09:51:41 +0800 |
commit | 5fafca581ed16986f8f6244a613d20897b74872c (patch) | |
tree | 52fac32c3779581efca5e1df3b79200586331a4e /script/provider/provider.lua | |
parent | f220b541434602a05c1c0e693376d52345e07059 (diff) | |
download | lua-language-server-5fafca581ed16986f8f6244a613d20897b74872c.zip |
remove unused configs
Diffstat (limited to 'script/provider/provider.lua')
-rw-r--r-- | script/provider/provider.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua index 71062933..5e924e23 100644 --- a/script/provider/provider.lua +++ b/script/provider/provider.lua @@ -63,9 +63,6 @@ local function updateConfig() then workspace.reload() end - if not util.equal(oldConfig.luadoc, newConfig.luadoc) then - files.flushCache() - end if not util.equal(oldConfig.intelliSense, newConfig.intelliSense) then files.flushCache() end |