This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
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
Description
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels