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
In vscode-quarkus we override the YAML language to support Qute support (completion, validaton, etc) in YAML files.
The bad thing is that we loose your YAML support like YAML validation.
We had the same problem with HTML language server and a long time ago I created a PR to contribute to HTML language server with a custom language (qute-html), see PR at microsoft/vscode#146731
It would be anwesome, if vscode-yaml could provide this same feature than HTML.
The text was updated successfully, but these errors were encountered:
In vscode-quarkus we override the YAML language to support Qute support (completion, validaton, etc) in YAML files.
The bad thing is that we loose your YAML support like YAML validation.
We had the same problem with HTML language server and a long time ago I created a PR to contribute to HTML language server with a custom language (qute-html), see PR at microsoft/vscode#146731
It would be anwesome, if vscode-yaml could provide this same feature than HTML.
The text was updated successfully, but these errors were encountered: