microsoft / vscode-docker

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

Docker extension doesn't recognize `COPY --parents` flag. #4296

Closed FezVrasta closed 1 month ago

FezVrasta commented 2 months ago

The support for --parents has been added to dockerfile-utils but it's not recognized on VS Code.

https://github.com/rcjsuen/dockerfile-utils/issues/123

rcjsuen commented 1 month ago

@FezVrasta Thanks for the report. You can use the workaround mentioned here for now. I'll try to get a release out this month, sorry about the delay all... :(

rcjsuen commented 1 month ago

I've published a new 0.12.0 to npm that should fix this issue.