With the latest release of Bruno (4.1.0) adding:
- Single click option to migrate collections from .bru to the YAML format.
It seems .bru files are slowly being phased out.
Bru files had quite rich syntax highlighting support when viewed:
But the same can't be said for the OpenCollection files (.yml):
The YAML highlighting is just coming from VSCode's native syntax highlighter directly, but it would be nice if we could specify which YAML files should be treated as OpenCollection files so we can regain JSON syntax highlighting, amongst other things.
With the latest release of Bruno (4.1.0) adding:
It seems
.brufiles are slowly being phased out.Bru files had quite rich syntax highlighting support when viewed:
But the same can't be said for the OpenCollection files (.yml):
The YAML highlighting is just coming from VSCode's native syntax highlighter directly, but it would be nice if we could specify which YAML files should be treated as OpenCollection files so we can regain JSON syntax highlighting, amongst other things.