diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 21:58:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 21:58:04 +0800 |
commit | 384ee42079a801675bf9c00870c9f9dba4135773 (patch) | |
tree | 1a52047ed6d36d1a68922f3b8bb56101a870f1a7 /changelog.md | |
parent | f04e62b92b137ac1533f906747060eec31589b0a (diff) | |
download | lua-language-server-384ee42079a801675bf9c00870c9f9dba4135773.zip |
goto `type definition`
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 4f3c276e..88e93759 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 2.1.0 * `NEW` supports local config file, using `--configpath="config.json"`, [learn more here](https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode) +* `NEW` goto `type definition` ## 2.0.5 `2021-7-1` |