microsoft / vscode-docker

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

Editor Freezes While Editing Dockerfile #3532

Closed ogtega closed 2 years ago

ogtega commented 2 years ago
ARG TEST
FROM nanocurrency/nano${TEST:+'-test'}:V23.1

COPY *.toml ./Nano${TEST:+'Test'}/

EXPOSE 7076
EXPOSE 7078

ENTRYPOINT [ "/usr/bin/entry.sh" ]
CMD [ "nano_node", "daemon", "-l" ]

The second I put Test on line 4 in single quotes, my editor freezes.

bwateratmsft commented 2 years ago

This might be the same as #3450, which is fixed but not yet released. I'll check to see if the current builds still have this issue...

bwateratmsft commented 2 years ago

Ok, I am able to reproduce this issue on 1.22.0, and confirmed that the issue no longer reproduces in the current nightly builds. So it must be the same as #3450.