-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blank proxy popup window #106468
Comments
I cannot reproduce with latest insiders: I followed the steps from #106489 (comment) on Windows. Also, the blank window should not happen as a result of #106434. If you hit #106434 you will see the dialog closing immediately. Is there any output when you run |
This is the output I get with --verbose. |
@zr0395 is that the full output from the command line? I am missing specific output from the windows itself, they should start with something like this: The reason I ask is because I wonder if the auth dialog that opens throws an error. To clarify, you never see the controls to type username and password right? |
I will check again, give me a second. Yes that right. |
okay it looks like I found the error. I was starting vscode from a network drive. Anyways I didn't find the output in the main log you discribed. |
@joaomoreno fyi this maybe unrelated and could point to an issue with supporting the auth dialog from network drives. Though checking the code it seems we load the window like other windows and if something was going wrong with how we compute paths it would probably fail for the workbench too. I added network drive support to #106489 |
Hmmmmmm, something that we only seem to be doing for our normal renderers is this, so I wonder if this was always broken: vscode/src/bootstrap-window.js Line 247 in 836fbb1
|
When I start VSCode 1.49.0 the proxy authentication window pops up, but is completly blank (see picture below).
The same happens with VSCode-Insiders 1.49.0 f66741d 2020-08-31T05:32:36.938Z
It worked with a privious version:
Version: 1.45.0-insider
Commit: 4f05de8
Date: 2020-04-13T17:53:50.995Z
Electron: 7.2.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.17763
The text was updated successfully, but these errors were encountered: