Skip to content

Commit 481343b

Browse files
committed
2.6.7
1 parent a78353a commit 481343b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# changelog
22

3+
## 2.6.7
4+
`2022-3-9`
5+
* `NEW` offline diagnostic, [read more](https://github.com/sumneko/lua-language-server/wiki/Offline-Diagnostic)
6+
* `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).
7+
* `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.
8+
* `FIX` [#965](https://github.com/sumneko/lua-language-server/issues/965)
9+
* `FIX` [#975](https://github.com/sumneko/lua-language-server/issues/975)
10+
311
## 2.6.6
412
`2022-2-21`
513
* `NEW` formatter preview, use `--preview` to enable this feature, [read more](https://github.com/sumneko/lua-language-server/issues/960)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,5 +1709,5 @@
17091709
"type": "git",
17101710
"url": "https://github.com/sumneko/lua-language-server"
17111711
},
1712-
"version": "2.6.6"
1712+
"version": "2.6.7"
17131713
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "2.6.6"
3+
local VERSION = "2.6.7"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)