-
Notifications
You must be signed in to change notification settings - Fork 30.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
Revisit need for node/electron-browser in workbench/contrib/preferences #69111
Comments
I need a RequestService. Not sure why the XHR one is in electron-browser? |
Yeah it does not look trivial to move it because it seems the interface it returns has some node dependencies. Any takers? @chrmarti with your recent proxy work? @joaomoreno ? I have updated #68302 with:
|
@roblourens to clarify, this service is being used for Bing search support? |
There already is |
@chrmarti yeah, I was more referring to the |
Yes @bpasero |
@sandy081 is working on bringing the Related/Duplicate: https://github.com/microsoft/vscode/issues/75087 |
Request service is now available in web and the interface is moved to Adopted this and now In web, Settings also support bing search. Closing it. |
Reopening as the request service is not yet functional in web. Working on it. |
After investigating, figured out that request service is functional but the bing results server should be adopted. Will add more details in the other issue. Since this issue is about moving Preferences search service to browser which is done. So closing this. |
Refs #68302
I am not sure why
src/vs/workbench/contrib/preferences
has to have most of its files inelectron-browser
land. Please consider lifting this tobrowser
if possible.If there is something blocking this task, speak up and we need to think about introducing new services as needed.
The text was updated successfully, but these errors were encountered: