diff options
author | sumneko <sumneko@hotmail.com> | 2021-10-01 16:21:24 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-10-01 16:21:24 +0800 |
commit | 9175822e6c84fc52ef77215117d46f78619cf3cd (patch) | |
tree | 3360c82d892774a6dd220b8333a1db6f1b82183f /changelog.md | |
parent | 80cacc02ae952a8dede16ad69c7ed00ed0928a07 (diff) | |
download | lua-language-server-9175822e6c84fc52ef77215117d46f78619cf3cd.zip |
loading settings from `.luarc.json`
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 96177af4..a9838e45 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 2.4.0 +* `NEW` loading settings from `.luarc.json` * `NEW` settings: + `Lua.diagnostics.libraryFiles` + `Lua.diagnostics.ignoredFiles` |