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
Extension keeps crashing, the json schema doesn't show.
I am trying to set-up autocomplete for my dbt project by adding a json-schema validator in my settings. Except the JSON schema associated with my file keeps disappearing, and to make it come back I have to uninstall your YAML extension, reload the workspace and reinstall the YAML extension.
Expected Behavior
I should see the schema in my bottom-right corner.
Current Behavior
The JSON schema keeps disappearing.
Steps to Reproduce
In .vscode.json Add the following yaml.schemas entry:
Extension keeps crashing, the json schema doesn't show.
I am trying to set-up autocomplete for my dbt project by adding a json-schema validator in my settings. Except the JSON schema associated with my file keeps disappearing, and to make it come back I have to uninstall your YAML extension, reload the workspace and reinstall the YAML extension.
Expected Behavior
I should see the schema in my bottom-right corner.
Current Behavior
The JSON schema keeps disappearing.
Steps to Reproduce
In
.vscode.json
Add the followingyaml.schemas
entry:In your workspace, find a .yml file and try to autocomplete something like 'freshness'
It works, the schema shows, but it will occasionally disappear.
P.S the file association may say "Jinja YAML", but it also happens when the file association is set to "YAML"...
Environment
The text was updated successfully, but these errors were encountered: