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 /script/config/template.lua | |
parent | 3255420da8236363864d12ab64f61cfa32024e35 (diff) | |
download | lua-language-server-05b2d2faf2f5d07c660d46f8eac5fd5cfc56c47b.zip |
supports all schemes
resolve #1862
Diffstat (limited to 'script/config/template.lua')
-rw-r--r-- | script/config/template.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index 6d680ea0..c6eff12f 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -318,7 +318,6 @@ local template = { ['Lua.workspace.library'] = Type.Array(Type.String), ['Lua.workspace.checkThirdParty'] = Type.Boolean >> true, ['Lua.workspace.userThirdParty'] = Type.Array(Type.String), - ['Lua.workspace.supportScheme'] = Type.Array(Type.String) >> { 'file', 'untitled', 'git' }, ['Lua.completion.enable'] = Type.Boolean >> true, ['Lua.completion.callSnippet'] = Type.String >> 'Disable' << { 'Disable', |