Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting does not support here-documents #4189

Closed
FeryET opened this issue Dec 14, 2023 · 1 comment
Closed

Syntax highlighting does not support here-documents #4189

FeryET opened this issue Dec 14, 2023 · 1 comment

Comments

@FeryET
Copy link

FeryET commented Dec 14, 2023

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
Copy link
Collaborator

This looks like a dupe of #4188

@bwateratmsft bwateratmsft closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
@microsoft microsoft locked and limited conversation to collaborators Jan 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants