diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-15 20:46:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-15 20:46:58 +0800 |
commit | b552559036d6a635d51ea27da0b59fa9150ac27f (patch) | |
tree | abf10867b13b3198eaae148176e5637f3da8d9f3 /changelog.md | |
parent | a508e59114168f89d48b16a9c9c1da9c14df7802 (diff) | |
download | lua-language-server-b552559036d6a635d51ea27da0b59fa9150ac27f.zip |
new setting `Lua.runtime.builtin`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 3cd97010..91477f9a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 1.19.0 * `NEW` VSCode: new setting `Lua.misc.parameters` +* `NEW` new setting `Lua.runtime.builtin`, used to disable some built-in libraries * `NEW` quick fix: disable diagnostic in line/file * `CHG` intelli-scense: search from generic param to return * `CHG` text-document-synchronization: refactored |