Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems loading reference 'vscode://schemas/settings/folder' #8673

Closed
shahar-h opened this issue Oct 27, 2020 · 1 comment
Closed

Problems loading reference 'vscode://schemas/settings/folder' #8673

shahar-h opened this issue Oct 27, 2020 · 1 comment
Labels
json issues related to the json language vscode issues related to VSCode compatibility

Comments

@shahar-h
Copy link
Contributor

Bug Description:

The following warning appears for settings.json file in workspace:
Problems loading reference 'vscode://schemas/settings/folder': Unable to load schema from 'vscode://schemas/settings/folder': A resource provider for 'vscode://schemas/settings/folder' is not registered.

Steps to Reproduce:

Create settings.json file under .vscode folder.

Additional Information

  • Operating System: Windows 10
  • Theia Version: Master
@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility json issues related to the json language labels Oct 27, 2020
@vince-fugnitto
Copy link
Member

vince-fugnitto commented Oct 27, 2020

It is a duplicate issue of #8349, which tracks supporting multiple schemas such as:

export const defaultSettingsSchemaId = 'vscode://schemas/settings/default';
export const userSettingsSchemaId = 'vscode://schemas/settings/user';
export const machineSettingsSchemaId = 'vscode://schemas/settings/machine';
export const workspaceSettingsSchemaId = 'vscode://schemas/settings/workspace';
export const folderSettingsSchemaId = 'vscode://schemas/settings/folder';
export const launchSchemaId = 'vscode://schemas/launch';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
json issues related to the json language vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants