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

Visual Studio Code Opens Too Many Processes(Instances) Of Itself #8006

Closed
vkrilakis opened this issue Jun 22, 2016 · 1 comment
Closed

Visual Studio Code Opens Too Many Processes(Instances) Of Itself #8006

vkrilakis opened this issue Jun 22, 2016 · 1 comment

Comments

@vkrilakis
Copy link

  • VSCode Version:1.2.1
  • OS Version:Windows 7

Steps to Reproduce:

  1. Open VS Code
  2. Look at your taskmgr for Code.exe it is open at least nine times
@Tyriar
Copy link
Member

Tyriar commented Jun 22, 2016

This is a consequence of both how vscode was designed and the fact that it's build on Chromium/Electron. The number of processes should not really matter from an end user perspective, it's the amount of work each process does and the communication between them that are important. Some more info here #5856 (comment)

@Tyriar Tyriar closed this as completed Jun 22, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
@weinand weinand changed the title Visual Studio Code Opens To Many Processes(Instances) Of Itself Visual Studio Code Opens Too Many Processes(Instances) Of Itself Dec 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants