diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-09 04:13:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-09 04:13:43 +0800 |
commit | 7d686f320ed2dc3cb2e357375ca6c6af3dc7a962 (patch) | |
tree | 5db7e74acfe478deb8b00c553423e6bb741fac8c /script/workspace | |
parent | 2e15bfac358e80df819354f0e2a2ba12cc9c93cc (diff) | |
download | lua-language-server-7d686f320ed2dc3cb2e357375ca6c6af3dc7a962.zip |
cleanup
Diffstat (limited to 'script/workspace')
-rw-r--r-- | script/workspace/loading.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/script/workspace/loading.lua b/script/workspace/loading.lua index f28665cd..28c76561 100644 --- a/script/workspace/loading.lua +++ b/script/workspace/loading.lua @@ -99,11 +99,6 @@ function mt:loadFile(uri, libraryUri) -- self._sets[#self._sets+1] = waker --end) files.setText(uri, content, false) - if COMPILECORES then - files.compileStateAsync(uri, function (state) end) - else - files.compileState(uri) - end if not self._cache[uri] then files.addRef(uri) end |