You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.