TIL that #VisualStudio Code uses PowerShell Classic (aka "Windows PowerShell") to run install/update scripts, and if you have anything causing that PowerShell console to ask a user question, that will just straight freeze the #VSCode install UI.
This has been a problem for years.
This has been a problem for years.
Comments
To fix: I cleared my $PROFILE script in Windows PowerShell, and VS Code install FINALLY proceeded normally.