mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Merge pull request #144136 from AkatQuas/feat/workspace-snippt
feat(jsonc): more interactive completion for "path" property
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user