summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-03-07 16:47:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-03-07 16:47:10 +0800
commit1face5ab84618c03ad3077252ae289774ce7a816 (patch)
treee01a038c43f5f473a4bf657b538efedaaa980a01 /changelog.md
parent2107c1c82bccaaf2e2cce937412ef8d5e8741b45 (diff)
downloadlua-language-server-1face5ab84618c03ad3077252ae289774ce7a816.zip
fix #975
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 47411faa..4f885750 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `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).
* `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
`2022-2-21`