File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 3.6.3
4+ ` 2022-11-14 `
5+ * ` FIX ` [ #1684 ]
6+ * ` FIX ` [ #1692 ]
7+
8+ [ #1684 ] : https://github.com/sumneko/lua-language-server/issues/1684
9+ [ #1692 ] : https://github.com/sumneko/lua-language-server/issues/1692
10+
311## 3.6.2
412` 2022-11-10 `
513* ` FIX ` incorrect type check for generic with nil
Original file line number Diff line number Diff line change 11{
22 "__metadata" : {
33 "id" : " 3a15b5a7-be12-47e3-8445-88ee3eabc8b2" ,
4+ "isApplicationScoped" : false ,
5+ "isPreReleaseVersion" : false ,
6+ "preRelease" : false ,
47 "publisherDisplayName" : " sumneko" ,
58 "publisherId" : " fb626675-24cf-4881-8c13-b465f29bec2f" ,
69 "targetPlatform" : " win32-x64" ,
7- "isApplicationScoped" : false ,
8- "updated" : true ,
9- "isPreReleaseVersion" : false ,
10- "preRelease" : false
10+ "updated" : true
1111 },
1212 "activationEvents" : [
1313 " onLanguage:lua" ,
30773077 "sponsor" : {
30783078 "url" : " https://github.com/sumneko/lua-language-server/issues/484"
30793079 },
3080- "version" : " 3.6.2 "
3080+ "version" : " 3.6.3 "
30813081}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 3.6.2 "
3+ local VERSION = " 3.6.3 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments