Merge pull request #144136 from AkatQuas/feat/workspace-snippt

feat(jsonc): more interactive completion for "path" property
This commit is contained in:
Martin Aeschlimann
2022-03-01 16:43:16 +01:00
committed by GitHub

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: {