mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
fix: add a toggle to disable the dependency explorer.
This commit is contained in:
parent
eee6872647
commit
7dfef85be6
3 changed files with 14 additions and 2 deletions
|
@ -284,6 +284,10 @@ export class Config {
|
|||
get useRustcErrorCode() {
|
||||
return this.get<boolean>("diagnostics.useRustcErrorCode");
|
||||
}
|
||||
|
||||
get showDependenciesExplorer() {
|
||||
return this.get<boolean>("showDependenciesExplorer");
|
||||
}
|
||||
}
|
||||
|
||||
// the optional `cb?` parameter is meant to be used to add additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue