-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-vscodevscode plugin issuesvscode plugin issuesC-featureCategory: feature requestCategory: feature request
Description
Hello. Recent pull #18592 has changed the default behavior of the vscode's rust-lang.rust-analyzer extension to hide the status bar item unless certain types of files are open.
I believe it should have a setting to always show the status bar item. There might be multiple use cases to that, one of which is to know whether the server is running and start/stop it when needed (e.g. I don't need it all the time while vscode is open, but keeping it running wastes a significant portion of RAM (more than 1GiB even for a small project)), but opening a .rs/cargo.toml file every time to check it's status seems unnecessary.
Setting rust-analyzer.statusBar.documentSelector to {"pattern": "**"} doesn't work when no editors are open.
Metadata
Metadata
Assignees
Labels
A-vscodevscode plugin issuesvscode plugin issuesC-featureCategory: feature requestCategory: feature request