Haven't found anyone else asking this question so this might have an obvious answer, but I'm new to web development and haven't been able to figure out yet (so here goes nothing)
If VSCode is unable to finish building a container because the Dockerfile build code is expecting an interaction, how does one end the build process??
I tried clicking on the where it said "Opening remote..." as well as on VSCode's message box "Starting dev container (show log)" and there was no option to end the process. (that I saw!)
Restarting VSCode simply restarted the container building process, and searches in the documentation and on Google for "stop / end / interrupt opening remote container docker vscode" yielded nothing, so I'm forced to wonder:
Is there something obvious I'm missing?
In the end, I closed VSCode and moved the files so that the process crashed upon reopening VSCode (and I could edit the files and start the building process again successfully), but that seemed like a heavy-handed solution.
Any insights / advice welcome! Thank you!