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
As the title says. The Spring Boot configuration file application.yml is recognized as a spring-boot-properties-yaml file in vscode. If I want to use redhat-yaml to format it, I need to manually change the recognized file type. But in this way, I cannot use spring's spring-configuration-metadata.json file to verify property settings and get code hints. So I hope this extension can add support for formatting the spring-boot-properties-yaml file. The syntax of application.yml is the same as that of ordinary yml files, and the formatting program can be shared.
Thanks
The text was updated successfully, but these errors were encountered:
I'm not sure if we can, I've never used that extension but because they are essentially forcing application.yml to use their filetype I don't think there's a way to allow our formatter to work for that file.
As the title says. The Spring Boot configuration file application.yml is recognized as a spring-boot-properties-yaml file in vscode. If I want to use redhat-yaml to format it, I need to manually change the recognized file type. But in this way, I cannot use spring's spring-configuration-metadata.json file to verify property settings and get code hints. So I hope this extension can add support for formatting the spring-boot-properties-yaml file. The syntax of application.yml is the same as that of ordinary yml files, and the formatting program can be shared.
Thanks
The text was updated successfully, but these errors were encountered: