markdown4405de34 | 1 | # Solution Explorer icon subset (ADR 0167) |
| 2 | |
| 3 | Icons under this folder used by `SolutionExplorerView` are a **curated subset** of |
| 4 | [vscode-icons](https://github.com/vscode-icons/vscode-icons) (MIT License). |
| 5 | |
| 6 | Source mapping (vscode-icons filename → local name): |
| 7 | |
| 8 | | Local | vscode-icons | |
| 9 | |-------|----------------| |
| 10 | | `cs.svg` | `file_type_csharp.svg` | |
| 11 | | `csproj.svg` | `file_type_csproj.svg` | |
| 12 | | `fsproj.svg` | `file_type_fsproj.svg` | |
| 13 | | `vbproj.svg` | `file_type_vbproj.svg` | |
| 14 | | `solution.svg` | `file_type_sln.svg` | |
| 15 | | `folder.svg` | `default_folder.svg` | |
| 16 | | `file.svg` | `default_file.svg` | |
| 17 | | `json.svg` … `bat.svg` | `file_type_*.svg` (see import script in repo history) | |
| 18 | | `axaml.svg` | `file_type_xaml.svg` (Avalonia XAML; no dedicated axaml glyph upstream) | |
| 19 | |
| 20 | Do not commit the full vscode-icons tree (~1000+ files). Refresh via: |
| 21 | |
| 22 | `curl` from `https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/` |
| 23 | |
View only · write via MCP/CIDE