summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2024-09-09 18:51:25 +0200
committercos <cos>2024-09-09 18:51:25 +0200
commita562e847ce4ef1f50f93ffe43b3c2ac024d6a02a (patch)
tree149447dfc8042ec535dfd3c3570f1be1f34f9596
parent0796bf42333f427718e09f159bd28ae8c61fe34c (diff)
downloadlua-language-server-fix/honour_configuration_capability-master.zip
fixup! fixup! fixup! Only call workspace/configuration when availablefix/honour_configuration_capability-master
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index cd566573..ce89e6bb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,6 +10,7 @@
* `FIX` Improve type narrow by checking exact match on literal type params
* `FIX` Correctly list enums for function overload arguments [#2840](https://github.com/LuaLS/lua-language-server/pull/2840)
* `FIX` Incorrect function params' type infer when there is only `@overload` [#2509](https://github.com/LuaLS/lua-language-server/issues/2509) [#2708](https://github.com/LuaLS/lua-language-server/issues/2708) [#2709](https://github.com/LuaLS/lua-language-server/issues/2709)
+* `FIX` Only call workspace/configuration when available [#981](https://github.com/LuaLS/lua-language-server/issues/981), [#2318](https://github.com/LuaLS/lua-language-server/issues/2318), [2336](https://github.com/LuaLS/lua-language-server/issues/2336) [#2843](https://github.com/LuaLS/lua-language-server/pull/2843)
## 3.10.5
`2024-8-19`