Consider force restarting the server for very long running VS Code instances #1781
Labels
enhancement
New feature or request
help-wanted
Extra attention is needed
pinned
This issue or pull request is pinned and won't be marked as stale
transferred
This issue was transferred from vscode-ruby-lsp
Some users never close or restart VS Code unless they absolutely have to. This means that - unless they modify a watched file like Gemfile.lock - they will never trigger the custom bundle logic and never try to update the server.
It would be great if we could detect that the VS Code window is idle, silently shutdown the server and then re-initialize it once there's activity again. Not sure if VS Code provides any APIs for this.
The text was updated successfully, but these errors were encountered: