File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.4.1
4+ ` 2021-10-2 `
5+ * ` FIX ` broken with single file
6+ * ` FIX ` [ #698 ] ( https://github.com/sumneko/lua-language-server/issues/698 )
7+ * ` FIX ` [ #699 ] ( https://github.com/sumneko/lua-language-server/issues/699 )
8+
39## 2.4.0
410` 2021-10-1 `
511* ` NEW ` loading settings from ` .luarc.json `
Original file line number Diff line number Diff line change 15501550 "type" : " git" ,
15511551 "url" : " https://github.com/sumneko/lua-language-server"
15521552 },
1553- "version" : " 2.4.0 "
1553+ "version" : " 2.4.1 "
15541554}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.4.0 "
3+ local VERSION = " 2.4.1 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments