Same issue as #97199, just on a different version.
Does this issue occur when all extensions are disabled?: Yes
Edit
Possible reason: In <installation_folder>\resources\app\out\vs\code\electron-sandbox\proxy, auth.js is missing. auth.html imports this script but it is not there. This might explain why the submit action does nothing.
Edit 2
Thanks, @ota-meshi for the workaround:
auth.js<installation_folder>\resources\app\out\vs\code\electron-sandbox\proxy(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
FYI, I was able to get it working by downloading and placing the following file.
https://github.com/microsoft/vscode/blob/master/src/vs/code/electron-sandbox/proxy/auth.js
Confirm, an old bug returned.
FYI, I was able to get it working by downloading and placing the following file.
https://github.com/microsoft/vscode/blob/master/src/vs/code/electron-sandbox/proxy/auth.js
Where to place it?
Confirm, an old bug returned.
Not exactly an old bug. It's more like the devs team forgot to bundle the 1 single script.
FYI, I was able to get it working by downloading and placing the following file.
https://github.com/microsoft/vscode/blob/master/src/vs/code/electron-sandbox/proxy/auth.jsWhere to place it?
See my edit of the OP.
I think the easiest workaround is to install the downgraded VSCode from the following link.
https://code.visualstudio.com/updates/v1_47
same on MacOS. Makes the whole tool useless as you can't click anything than force quit the application.
@deepak1556 looks like this file needs to be explicitly listed somewhere here to be included in the build (I think the auth.css does not exist anymore and can be removed):
Sorry about the breakage.
Thanks @ota-meshi for narrowing down the issue.
Steps to verify:
Most helpful comment
FYI, I was able to get it working by downloading and placing the following file.
https://github.com/microsoft/vscode/blob/master/src/vs/code/electron-sandbox/proxy/auth.js