File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.2.3
4+ ` 2021-7-9 `
5+ * ` CHG ` improve ` auto require `
6+ * ` CHG ` will not sleep anymore
7+ * ` FIX ` incorrect doc: ` debug.getlocal `
8+ * ` FIX ` completion: incorrect callback
9+ * ` FIX ` [ #592 ] ( https://github.com/sumneko/lua-language-server/issues/592 )
10+
311## 2.2.2
412` 2021-7-9 `
513* ` FIX ` incorrect syntax color
Original file line number Diff line number Diff line change 14111411 "type" : " git" ,
14121412 "url" : " https://github.com/sumneko/lua-language-server"
14131413 },
1414- "version" : " 2.2.2 "
1414+ "version" : " 2.2.3 "
14151415}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.2.2 "
3+ local VERSION = " 2.2.3 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments