Merge pull request #19344 from BenjaminBrienen/add-icons
Add icons to views
This commit is contained in:
commit
7b33761eea
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue