mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Merge pull request #19344 from BenjaminBrienen/add-icons
Add icons to views
This commit is contained in:
commit
6675b585d3
@ -3488,6 +3488,7 @@
|
||||
"views": {
|
||||
"explorer": [
|
||||
{
|
||||
"icon": "$(package)",
|
||||
"id": "rustDependencies",
|
||||
"name": "Rust Dependencies",
|
||||
"when": "inRustProject && config.rust-analyzer.showDependenciesExplorer"
|
||||
@ -3495,6 +3496,7 @@
|
||||
],
|
||||
"rustSyntaxTreeContainer": [
|
||||
{
|
||||
"icon": "$(file-code)",
|
||||
"id": "rustSyntaxTree",
|
||||
"name": "Rust Syntax Tree",
|
||||
"when": "inRustProject && config.rust-analyzer.showSyntaxTree"
|
||||
|
Loading…
x
Reference in New Issue
Block a user