diff --git a/changelog.md b/changelog.md index 46aa7ae15afd55d8b8bb68114d71ef0e4e87d5ab..8d5df0ff332cc95282ccba054eb52123cbfd9c55 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,23 @@ # changelog +## 3.6.8 +`2023-1-31` +* `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] +* `FIX` [#1851] +* `FIX` [#1855] +* `FIX` [#1857] + +[#1831]: https://github.com/sumneko/lua-language-server/issues/1831 +[#1838]: https://github.com/sumneko/lua-language-server/issues/1838 +[#1841]: https://github.com/sumneko/lua-language-server/issues/1841 +[#1851]: https://github.com/sumneko/lua-language-server/issues/1851 +[#1855]: https://github.com/sumneko/lua-language-server/issues/1855 +[#1857]: https://github.com/sumneko/lua-language-server/issues/1857 + ## 3.6.7 `2023-1-20` * `FIX` [#1810] diff --git a/package.json b/package.json index 10a294d83718eef179e09f9f07bacb562b67a8b7..674db69c15d9109c89c3a177c4b3b333b3dc96cf 100644 --- a/package.json +++ b/package.json @@ -2854,19 +2854,6 @@ "scope": "resource", "type": "integer" }, - "Lua.workspace.supportScheme": { - "default": [ - "file", - "untitled", - "git" - ], - "items": { - "type": "string" - }, - "markdownDescription": "%config.workspace.supportScheme%", - "scope": "resource", - "type": "array" - }, "Lua.workspace.useGitIgnore": { "default": true, "markdownDescription": "%config.workspace.useGitIgnore%", @@ -3067,5 +3054,5 @@ "sponsor": { "url": "https://github.com/sumneko/lua-language-server/issues/484" }, - "version": "3.6.7" + "version": "3.6.8" } diff --git a/package/build.lua b/package/build.lua index bfe88cdf0e721477f89935fdb10da5d62e4165c3..b60c6fc093b30443ffd2b400d30f538b87f1463b 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.6.7" +local VERSION = "3.6.8" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index 8da1d0d2158d73934b7c4af0a1e691fc1d58c639..ba8d6c611e3ce320d563d927dbb67deec7205c4c 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 8da1d0d2158d73934b7c4af0a1e691fc1d58c639 +Subproject commit ba8d6c611e3ce320d563d927dbb67deec7205c4c