mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Only show status bar item in relevant files
This commit is contained in:
parent
c4e040ea8d
commit
cf80dddb59
3 changed files with 56 additions and 1 deletions
|
@ -348,6 +348,10 @@ export class Config {
|
|||
return this.get<string>("statusBar.clickAction");
|
||||
}
|
||||
|
||||
get statusBarDocumentSelector() {
|
||||
return this.get<vscode.DocumentSelector>("statusBar.documentSelector");
|
||||
}
|
||||
|
||||
get initializeStopped() {
|
||||
return this.get<boolean>("initializeStopped");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue