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
I'm using vscode-yaml for editing YAML files with a JSON Schema. The schema provides useful suggestions, but these often appear below the default suggestions such as !AND, !BASE64, etc.
Currently, there doesn't seem to be a way to prioritize the JSON Schema suggestions over the default ones specifically for YAML files. I've tried disabling the default suggestions using the "editor.snippetSuggestions" setting in VS Code, but it does not seem to have an effect.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm using vscode-yaml for editing YAML files with a JSON Schema. The schema provides useful suggestions, but these often appear below the default suggestions such as !AND, !BASE64, etc.
Currently, there doesn't seem to be a way to prioritize the JSON Schema suggestions over the default ones specifically for YAML files. I've tried disabling the default suggestions using the "editor.snippetSuggestions" setting in VS Code, but it does not seem to have an effect.
Current suggestions:
That should have been on top.
Beta Was this translation helpful? Give feedback.
All reactions