Skip to content
Snippets Groups Projects
Commit 5e79aebf authored by 最萌小汐's avatar 最萌小汐
Browse files

3.6.8

parent 39c821e2
Branches
Tags v3.6.8
No related merge requests found
# changelog # 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 ## 3.6.7
`2023-1-20` `2023-1-20`
* `FIX` [#1810] * `FIX` [#1810]
......
...@@ -2854,19 +2854,6 @@ ...@@ -2854,19 +2854,6 @@
"scope": "resource", "scope": "resource",
"type": "integer" "type": "integer"
}, },
"Lua.workspace.supportScheme": {
"default": [
"file",
"untitled",
"git"
],
"items": {
"type": "string"
},
"markdownDescription": "%config.workspace.supportScheme%",
"scope": "resource",
"type": "array"
},
"Lua.workspace.useGitIgnore": { "Lua.workspace.useGitIgnore": {
"default": true, "default": true,
"markdownDescription": "%config.workspace.useGitIgnore%", "markdownDescription": "%config.workspace.useGitIgnore%",
...@@ -3067,5 +3054,5 @@ ...@@ -3067,5 +3054,5 @@
"sponsor": { "sponsor": {
"url": "https://github.com/sumneko/lua-language-server/issues/484" "url": "https://github.com/sumneko/lua-language-server/issues/484"
}, },
"version": "3.6.7" "version": "3.6.8"
} }
local json = require 'json-beautify' local json = require 'json-beautify'
local VERSION = "3.6.7" local VERSION = "3.6.8"
local package = require 'package.package' local package = require 'package.package'
local fsu = require 'fs-utility' local fsu = require 'fs-utility'
......
Subproject commit 8da1d0d2158d73934b7c4af0a1e691fc1d58c639 Subproject commit ba8d6c611e3ce320d563d927dbb67deec7205c4c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment