You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set "dprint.experimentalLsp": true and open a dprint config file, VS Code says:
Unable to load schema from 'dprint://schemas/config.json': cannot open dprint://schemas/config.json. Detail: Unable to resolve resource dprint://schemas/config.json.
If you set
"dprint.experimentalLsp": true
and open a dprint config file, VS Code says:Disable LSP and reload, and the error goes away.
It looks like the schema provider is a part of the legacy system, and probably just needs to be moved out. https://github.com/dprint/dprint-vscode/blob/main/src/legacy/context.ts#L22
The text was updated successfully, but these errors were encountered: