File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 3.6.9
4+ ` 2023-2-2 `
5+ * ` FIX ` [ #1864 ]
6+ * ` FIX ` [ #1868 ]
7+ * ` FIX ` [ #1869 ]
8+ * ` FIX ` [ #1871 ]
9+
10+ [ #1864 ] : https://github.com/sumneko/lua-language-server/issues/1864
11+ [ #1868 ] : https://github.com/sumneko/lua-language-server/issues/1868
12+ [ #1869 ] : https://github.com/sumneko/lua-language-server/issues/1869
13+ [ #1871 ] : https://github.com/sumneko/lua-language-server/issues/1871
14+
315## 3.6.8
416` 2023-1-31 `
517* ` NEW ` command ` lua.exportDocument ` . VSCode will display this command in the right-click menu
Original file line number Diff line number Diff line change 30543054 "sponsor" : {
30553055 "url" : " https://github.com/sumneko/lua-language-server/issues/484"
30563056 },
3057- "version" : " 3.6.8 "
3057+ "version" : " 3.6.9 "
30583058}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 3.6.8 "
3+ local VERSION = " 3.6.9 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments