Skip to content
Snippets Groups Projects
Commit 481343b5 authored by 最萌小汐's avatar 最萌小汐
Browse files

2.6.7

parent a78353aa
Branches
Tags v2.6.7
No related merge requests found
# changelog # changelog
## 2.6.7
`2022-3-9`
* `NEW` offline diagnostic, [read more](https://github.com/sumneko/lua-language-server/wiki/Offline-Diagnostic)
* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/sumneko/lua.tmbundle).
* `CHG` telemetry: the prompt will only appear in VSCode to avoid repeated prompts in other platforms due to the inability to automatically modify the settings.
* `FIX` [#965](https://github.com/sumneko/lua-language-server/issues/965)
* `FIX` [#975](https://github.com/sumneko/lua-language-server/issues/975)
## 2.6.6 ## 2.6.6
`2022-2-21` `2022-2-21`
* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960) * `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960)
......
...@@ -1709,5 +1709,5 @@ ...@@ -1709,5 +1709,5 @@
"type": "git", "type": "git",
"url": "https://github.com/sumneko/lua-language-server" "url": "https://github.com/sumneko/lua-language-server"
}, },
"version": "2.6.6" "version": "2.6.7"
} }
local json = require 'json-beautify' local json = require 'json-beautify'
local VERSION = "2.6.6" local VERSION = "2.6.7"
local package = require 'package.package' local package = require 'package.package'
local fsu = require 'fs-utility' local fsu = require 'fs-utility'
......
Subproject commit d57c21e585e7285583b7379e9e955da3b1345508 Subproject commit e3cf2df47f2201b6b8a45e1412d882260580494d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment