-
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
Revisit need for node/electron-browser in workbench/contrib/tasks #69113
Comments
Major reason is that the Since the task service depends on them (no registry right now) it pulls everything else into electron browser. IMO the right solution to fix this is to move task execution completely to the extension host where we have node APIs by definition. |
Yes 👍 |
The terminal task system still has references to process that affect only Windows. This change removes some of those references Part of #69113
Refs #68302
I am not sure why
src/vs/workbench/contrib/tasks
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.
//cc @dbaeumer
The text was updated successfully, but these errors were encountered: