File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.0.3
4+ ` 2021-6-24 `
5+ * ` CHG ` improve memory usage
6+ * ` FIX ` some dialog boxes block the initialization process
7+ * ` FIX ` diagnostics ` undefined-field ` : blocks main thread
8+ * ` FIX ` [ #565 ] ( https://github.com/sumneko/lua-language-server/issues/565 )
9+
310## 2.0.2
411` 2021-6-23 `
512* ` NEW ` supports literal table in ` pairs `
Original file line number Diff line number Diff line change 14051405 "type" : " git" ,
14061406 "url" : " https://github.com/sumneko/lua-language-server"
14071407 },
1408- "version" : " 2.0.2 "
1408+ "version" : " 2.0.3 "
14091409}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.0.2 "
3+ local VERSION = " 2.0.3 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments