File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.5.4
4+ ` 2021-12-16 `
5+ * ` FIX ` [ #847 ] ( https://github.com/sumneko/lua-language-server/issues/847 )
6+ * ` FIX ` [ #848 ] ( https://github.com/sumneko/lua-language-server/issues/848 )
7+ * ` FIX ` completion: incorrect cache
8+ * ` FIX ` hover: always view string
9+
310## 2.5.3
411` 2021-12-6 `
512* ` FIX ` [ #842 ] ( https://github.com/sumneko/lua-language-server/issues/844 )
Original file line number Diff line number Diff line change 15881588 "type" : " git" ,
15891589 "url" : " https://github.com/sumneko/lua-language-server"
15901590 },
1591- "version" : " 2.5.3 "
1591+ "version" : " 2.5.4 "
15921592}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.5.3 "
3+ local VERSION = " 2.5.4 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
Original file line number Diff line number Diff line change 7979
8080local function runTest (root )
8181 local ext = platform .OS == ' Windows' and ' .exe' or ' '
82- local exe = root / ' bin' / platform . OS / ' lua-language-server' .. ext
82+ local exe = root / ' bin' / ' lua-language-server' .. ext
8383 local test = root / ' test.lua'
8484 local lua = subprocess .spawn {
8585 exe ,
You can’t perform that action at this time.
0 commit comments