Skip to content

Commit 76f1b37

Browse files
committed
revert interruption during compilation
1 parent 679689b commit 76f1b37

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# changelog
22

3-
## 1.18.0
3+
## 1.17.3
44
* `FIX` [#435](https://github.com/sumneko/lua-language-server/issues/435)
55

66
## 1.17.2

Diff for: script/files.lua

-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ function m.setText(uri, text, isTrust)
182182
file.version = file.version + 1
183183
m.globalVersion = m.globalVersion + 1
184184
await.close('files.version')
185-
await.close('compile:' .. uri)
186185
if create then
187186
m.onWatch('create', originUri)
188187
end
@@ -347,7 +346,6 @@ function m.eachDll()
347346
end
348347

349348
function m.compileAst(uri, text)
350-
await.setID('compile:' .. uri)
351349
local ws = require 'workspace'
352350
if not m.isOpen(uri) and #text >= config.config.workspace.preloadFileSize * 1000 then
353351
if not m.notifyCache['preloadFileSize'] then

0 commit comments

Comments
 (0)