Skip to content

Commit 9fc24e8

Browse files
committed
update config
1 parent 4daf165 commit 9fc24e8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package/configuration.lua

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,17 @@ local config = {
185185
},
186186
markdownDescription = "%config.diagnostics.ignoredFiles%",
187187
},
188+
['Lua.diagnostics.disableScheme'] = {
189+
scope = 'resource',
190+
type = "array",
191+
items = {
192+
type = "string"
193+
},
194+
default = {
195+
'git',
196+
},
197+
markdownDescription = "%config.diagnostics.disableScheme%"
198+
},
188199
["Lua.workspace.ignoreDir"] = {
189200
scope = 'resource',
190201
type = "array",
@@ -242,6 +253,19 @@ local config = {
242253
},
243254
markdownDescription = "%config.workspace.userThirdParty%"
244255
},
256+
['Lua.workspace.supportScheme'] = {
257+
scope = 'resource',
258+
type = "array",
259+
items = {
260+
type = "string"
261+
},
262+
default = {
263+
'file',
264+
'untitled',
265+
'git',
266+
},
267+
markdownDescription = "%config.workspace.supportScheme%"
268+
},
245269
["Lua.completion.enable"] = {
246270
scope = 'resource',
247271
type = "boolean",

0 commit comments

Comments
 (0)