diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-27 19:07:46 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-27 19:07:46 +0800 |
commit | edc9797838506728ba65a50b94781ac99e3bdd86 (patch) | |
tree | 27aac9c1216cc2075621ad36da57183111cd6c22 /changelog.md | |
parent | cae348536cef3f2f5f96c5821c7e45539aeff1cf (diff) | |
download | lua-language-server-edc9797838506728ba65a50b94781ac99e3bdd86.zip |
diagnostic `missing-return-value`
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 21a42be6..844f71d1 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ * `param-type-mismatch` * `unknown-cast-variable` * `cast-type-mismatch` + * `missing-return-value` * `NEW` settings: * `diagnostics.groupSeverity` * `diagnostics.groupFileStatus` |