microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.19k stars 508 forks source link

Syntax highlighting does not support here-documents #4189

Closed FeryET closed 6 months ago

FeryET commented 6 months ago

Docker introduced the concept of here-documents to its Dockerfiles in dockerfile v1.4, which is about 10 months old now, and during this time, I've been using the newer features more and more. Most importantly, the here-documents:

https://docs.docker.com/engine/reference/builder/#here-documents

This is ultra-handy for me as I can remove as much as unneeded boilerplate from my dockerfile context as I like, and have the single source of truth.

But VSCode-Docker does not support this feature yet. It would be pretty awesome if this could be added in the future to this awesome extension.

bwateratmsft commented 6 months ago

This looks like a dupe of #4188