mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add config for the default click action of extension status bar
This commit is contained in:
parent
7b8330f283
commit
ab091b73d0
3 changed files with 22 additions and 1 deletions
|
@ -329,6 +329,10 @@ export class Config {
|
|||
get showDependenciesExplorer() {
|
||||
return this.get<boolean>("showDependenciesExplorer");
|
||||
}
|
||||
|
||||
get statusBarClickAction() {
|
||||
return this.get<string>("statusBar.clickAction");
|
||||
}
|
||||
}
|
||||
|
||||
// the optional `cb?` parameter is meant to be used to add additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue