-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Use vscode-file://
instead of file://
#101837
Conversation
@deepak1556 👍 This now looks OK from my side. I was able to eliminate the change in LMK if there's anything more needed from my side. |
Thanks @alexdima Todo:
|
Assuming this is still starting the renderer from On my dev box times are ~480ms without cached data and ~280ms with cached data. Cached data files are stored in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments inline. On top of that, there are window.loadURL
calls missing from this change:
- issue reporter
- process explorer
- auth dialog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some more feedback. Maybe we could do an iterative approach where this is being enabled first for:
- auth dialog
- issue reporter
- process explorer
It looks like the adoption is missing for these still.
Just to clarify, I created the PR to be able to leave comments... @deepak1556 I expect that you will address the comments :). |
Sorry for the silence here, I was mostly focusing on Electron 9 last week. Gonna prioritize this PR from today. |
More work:
I am running another build to check if this fixes UNC support 🤞 |
I cannot get UNC loading to work and start to think this could be an Electron issue, reported as electron/electron#25618 |
With f5513f0, //cc @mjbvz I am not sure if there are other dependencies to |
@bpasero Thanks. I think this is all that is needed for webviews. All other resources are loaded in the webviews themselves. Webviews do not allow using Once we move to iframe based webviews, we no longer need to use a |
@mjbvz thank you for confirming 👍 |
Given the size of this PR and stale comments, I decided to move the |
Fixes #98682