diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 15:35:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 15:35:01 +0800 |
commit | 29b7cc500f9e251d72d6416ea94461492befcfb2 (patch) | |
tree | e2416eca48191922f83d033a3ff41a982c59be39 | |
parent | db3abc1b603307c2d3112f0462986b4c7fa3590e (diff) | |
download | lua-language-server-29b7cc500f9e251d72d6416ea94461492befcfb2.zip |
update changelog
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 1c01531e..94276a97 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ * `NEW` implement * `CHG` diagnostics `undefined-field`, `deprecated`: default by `Opened` instead of `None` * `CHG` setting `Lua.runtime.plugin`: default by `""` instead of `".vscode/lua/plugin.lua"` (for security) +* `CHG` setting `Lua.intelliSense.searchDepth`: removed +* `CHG` setting `Lua.misc.parameters`: `string array` instead of `string` +* `CHG` setting `Lua.develop.enable`, `Lua.develop.debuggerPort`, `Lua.develop.debuggerWait`: removed, use `Lua.misc.parameters` instead ## 1.21.3 `2021-6-17` |