mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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": {
|
"views": {
|
||||||
"explorer": [
|
"explorer": [
|
||||||
{
|
{
|
||||||
|
"icon": "$(package)",
|
||||||
"id": "rustDependencies",
|
"id": "rustDependencies",
|
||||||
"name": "Rust Dependencies",
|
"name": "Rust Dependencies",
|
||||||
"when": "inRustProject && config.rust-analyzer.showDependenciesExplorer"
|
"when": "inRustProject && config.rust-analyzer.showDependenciesExplorer"
|
||||||
@ -3495,6 +3496,7 @@
|
|||||||
],
|
],
|
||||||
"rustSyntaxTreeContainer": [
|
"rustSyntaxTreeContainer": [
|
||||||
{
|
{
|
||||||
|
"icon": "$(file-code)",
|
||||||
"id": "rustSyntaxTree",
|
"id": "rustSyntaxTree",
|
||||||
"name": "Rust Syntax Tree",
|
"name": "Rust Syntax Tree",
|
||||||
"when": "inRustProject && config.rust-analyzer.showSyntaxTree"
|
"when": "inRustProject && config.rust-analyzer.showSyntaxTree"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user