diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-28 17:07:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-28 17:07:09 +0800 |
commit | 5c84a83b259a73f2fbac27cc8ab5a6c1453201e2 (patch) | |
tree | 4485126cd5836fc457ed2c95711d850961051271 /changelog.md | |
parent | f859ed45793a7a6be015de45c1e17cdaab27a1af (diff) | |
download | lua-language-server-5c84a83b259a73f2fbac27cc8ab5a6c1453201e2.zip |
#687 no longer asks to trust plugin in VSCode
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 7d9e75c7..6d3beae5 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 2.5.0 * `NEW` setting `Lua.runtime.pathStrict` +* `CHG` no longer asks to trust plugin in VSCode, because VSCode already provides the workspace trust feature ## 2.4.7 `2021-10-27` |