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
Not sure if this is the right spot for a feature request, but I just started working with the new bake file syntax and noticed there doesn't seem to be any support for syntax highlighting inside of a .hcl file?
@mckelveygreg from past experience, trying to have two competing syntax highlighting implementations for a specific language gets messy quickly; I'd suggest opening up an issue on the existing hcl extension or syntax implementations to request support for the bake file specific usage of hcl since that would provide the most straightforward path to proper syntax highlighting.
I took a look at those repos, and I think I original talked about the wrong thing, a syntax highlighting implantation, which Hashicorp's vscode-hcl already provides.
I'd suggest opening up an issue on the existing hcl extension or syntax implementations to request support for the bake file specific usage of hcl since that would provide the most straightforward path to proper syntax highlighting.
@danegsta, as @mckelveygreg noted, it looks like the onus for docker domain specific support isn't on vscode-hcl:
Not sure if this is the right spot for a feature request, but I just started working with the new bake file syntax and noticed there doesn't seem to be any support for syntax highlighting inside of a
.hcl
file?Hashicorp has a general extension for
.hcl
files, but it would be nice of course to have all of the docker fields available!Would love to at least kick off the discussion!
The text was updated successfully, but these errors were encountered: