diff options
author | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:51:33 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:51:33 -0400 |
commit | 867de9394f2c8ce3a3437f0732972066378f102d (patch) | |
tree | 63bc5dd1a79412447322125336d9e1dc9f149a47 | |
parent | 7269e52402970f8a7355c8d7cf03081fc9a22fb0 (diff) | |
download | lua-language-server-867de9394f2c8ce3a3437f0732972066378f102d.zip |
chore: link to diagnosis report wiki article
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 3d59ee4d..78810cb8 100644 --- a/changelog.md +++ b/changelog.md @@ -876,7 +876,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`. ## 2.6.7 `2022-3-9` -* `NEW` offline diagnostic, [read more](https://github.com/LuaLS/lua-language-server/wiki/Offline-Diagnostic) +* `NEW` diagnosis report, [read more](https://luals.github.io/wiki/diagnosis-report/) * `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/LuaLS/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/LuaLS/lua-language-server/issues/965) |