diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-31 18:43:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-31 18:43:22 +0800 |
commit | 05b2d2faf2f5d07c660d46f8eac5fd5cfc56c47b (patch) | |
tree | ca9d02117793462cde595426cfb1fa5ecc07ca40 /changelog.md | |
parent | 3255420da8236363864d12ab64f61cfa32024e35 (diff) | |
download | lua-language-server-05b2d2faf2f5d07c660d46f8eac5fd5cfc56c47b.zip |
supports all schemes
resolve #1862
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 73985103..5f7cda04 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ ## 3.6.8 * `NEW` command `lua.exportDocument` . VSCode will display this command in the right-click menu +* `CHG` setting `Lua.workspace.supportScheme` has been removed. All schemes are supported if the language id is `lua` * `FIX` [#1831] * `FIX` [#1838] * `FIX` [#1841] |