We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.svg
1 parent 2c860ee commit e39857eCopy full SHA for e39857e
packages/client/internals/TitleIcon.vue
@@ -61,6 +61,7 @@ const builtinIcons: Record<string, string> = {
61
'.yml': 'i-vscode-icons:file-type-light-yaml',
62
'.yaml': 'i-vscode-icons:file-type-light-yaml',
63
'.php': 'i-vscode-icons:file-type-php',
64
+ '.svg': 'i-vscode-icons:file-type-svg',
65
}
66
67
function matchIcon(title: string) {
0 commit comments