Skip to content

Commit

Permalink
Added '.vbs' file icon mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 15, 2018
1 parent d275471 commit 6b37462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -138,7 +138,7 @@ export const fileIcons: FileIcons = {
name: 'vscode',
fileExtensions: ['vscodeignore', 'vsixmanifest', 'vsix', 'code-workplace']
},
{ name: 'visualstudio', fileExtensions: ['suo', 'sln', 'csproj', 'vb'] },
{ name: 'visualstudio', fileExtensions: ['suo', 'sln', 'csproj', 'vb', 'vbs'] },
{
name: 'database',
fileExtensions: ['pdb', 'sql', 'pks', 'pkb', 'accdb', 'mdb', 'sqlite', 'pgsql', 'postgres', 'psql']
Expand Down

0 comments on commit 6b37462

Please sign in to comment.