This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
📎 LSP: Shutdown after last client disconnects #3636
Labels
A-CLI
Area: CLI
A-LSP
Area: language server protocol
enhancement
New feature request or improvement to existing functionality
task
A task, an action that needs to be performed
Description
The VS Code extension automatically spawns a LSP server that only terminates if the user explicitly runs
rome stop
(or restarts their computer).Goal
Shutdown automatically started LSP server when the last client disconnected.
Notes
LSP servers started with
rome start
should keep running even after the last client disconnects.The text was updated successfully, but these errors were encountered: