Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Close processes before spawning new ones #1265

Closed
ramya-rao-a opened this issue Oct 5, 2017 · 1 comment
Closed

Close processes before spawning new ones #1265

ramya-rao-a opened this issue Oct 5, 2017 · 1 comment

Comments

@ramya-rao-a
Copy link
Contributor

Features that depend on Go tools spawn a new process for every new request made.
When the tools get slow (for any which reason) this ends up generating multiple processes for the same tool.

This is more prominent for tools that back features like hover and auto-completion.

This issue is to track the possibility of closing older processes for these features when new ones are spawned.

@ramya-rao-a
Copy link
Contributor Author

This has been done. The only remaining feature that does not do this yet is the auto-completions which is tracked in #1272

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
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

1 participant