File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.6.2
4+ ` 2022-1-25 `
5+ * ` FIX ` [ #925 ] ( https://github.com/sumneko/lua-language-server/issues/925 )
6+
37## 2.6.1
8+ ` 2022-1-24 `
49* ` CHG ` default values of settings:
510 + ` Lua.diagnostics.workspaceDelay ` : ` 0 ` sec -> ` 3 ` sec
611 + ` Lua.workspace.maxPreload ` : ` 1000 ` -> ` 5000 `
Original file line number Diff line number Diff line change 16771677 "type" : " git" ,
16781678 "url" : " https://github.com/sumneko/lua-language-server"
16791679 },
1680- "version" : " 2.6.1 "
1680+ "version" : " 2.6.2 "
16811681}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.6.1 "
3+ local VERSION = " 2.6.2 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments