Skip to content
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/terminal #69115

Closed
bpasero opened this issue Feb 21, 2019 · 1 comment · Fixed by #69816
Closed

Revisit need for node/electron-browser in workbench/contrib/terminal #69115

bpasero opened this issue Feb 21, 2019 · 1 comment · Fixed by #69816
Assignees
Labels
debt Code quality issues terminal Integrated terminal issues
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Feb 21, 2019

Refs #68302

I am not sure why src/vs/workbench/contrib/terminal has to have most of its files in electron-browser land. Please consider lifting this to browser if possible.

If there is something blocking this task, speak up and we need to think about introducing new services as needed.

@bpasero bpasero added the debt Code quality issues label Feb 21, 2019
@Tyriar Tyriar added this to the March 2019 milestone Mar 5, 2019
@Tyriar Tyriar added the terminal Integrated terminal issues label Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
Tyriar added a commit that referenced this issue Mar 5, 2019
@Tyriar
Copy link
Member

Tyriar commented Mar 5, 2019

@bpasero I've moved heaps of stuff up to common/browser in #69816, electron-browser/TerminalService and the new electron-browser/TerminalInstanceService are both tiny (~150, 50 lines) and the files in node/ are responsible for interfacing with with processes are fairly small as well. This was a fun refactor 😃

I'll merge it in tomorrow if tests pass.

@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Code quality issues terminal Integrated terminal issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants