See language server status on remote (#17912)

Release Notes:

- ssh-remoting: Show LSP status in status bar

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Conrad Irwin 2024-09-16 17:05:26 -06:00 committed by GitHub
parent 243629cce8
commit e7d18ef359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 41 additions and 22 deletions

View file

@ -37,6 +37,7 @@ shellexpand.workspace = true
smol.workspace = true
worktree.workspace = true
language.workspace = true
util.workspace = true
[dev-dependencies]
client = { workspace = true, features = ["test-support"] }