Skip to content

Commit 6b37462

Browse files
committed
Added '.vbs' file icon mapping
1 parent d275471 commit 6b37462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/icons/fileIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const fileIcons: FileIcons = {
138138
name: 'vscode',
139139
fileExtensions: ['vscodeignore', 'vsixmanifest', 'vsix', 'code-workplace']
140140
},
141-
{ name: 'visualstudio', fileExtensions: ['suo', 'sln', 'csproj', 'vb'] },
141+
{ name: 'visualstudio', fileExtensions: ['suo', 'sln', 'csproj', 'vb', 'vbs'] },
142142
{
143143
name: 'database',
144144
fileExtensions: ['pdb', 'sql', 'pks', 'pkb', 'accdb', 'mdb', 'sqlite', 'pgsql', 'postgres', 'psql']

0 commit comments

Comments
 (0)