File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments