feat(jsonc): more interactive completion for "path" property

This commit is contained in:
AkatQuas
2022-03-01 21:45:32 +08:00
parent e04c70a676
commit f6ca7e362f

View File

@@ -290,7 +290,7 @@ jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
description: nls.localize('workspaceConfig.folders.description', "List of folders to be loaded in the workspace."),
items: {
type: 'object',
default: { path: '' },
defaultSnippets: [{ body: { path: '$1' } }],
oneOf: [{
properties: {
path: {