microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
196 stars 75 forks source link

Only seems to pick up custom data paths defined in 'settings.json' rather than 'code-workspace' files #11

Open TomCaserta opened 4 years ago

TomCaserta commented 4 years ago

Not sure if this is the correct location to place this, saw another user was directed here after submitting their issue directly to VSCode repo.

Essentially right now the 'customData' fields defined in VSCode are ignored when used inside a <workspace-name>.code-workspace file under the settings property however it does work when creating a .vscode/settings.json file.

This is somewhat confusing as the documentation states specifically it only currently works in workspace settings and I would expect the code-workspace files to be supported.

VSCode Version: 1.45.1