Skip to content

Commit

Permalink
Add new folder icons. (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored and robertohuertasm committed Jan 21, 2017
1 parent e2fbc0c commit b4ec87d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/folder_type_idea.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder_type_idea_opened.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder_type_vs.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder_type_vs_opened.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icon-manifest/supportedFolders.ts
Expand Up @@ -20,6 +20,7 @@ export const extensions: IFolderCollection = {
{ icon: 'git', extensions: ['.github', '.git'], format: FileFormat.svg },
{ icon: 'haxelib', extensions: ['haxelib'], format: FileFormat.svg },
{ icon: 'js', extensions: ['js'], format: FileFormat.svg },
{ icon: 'idea', extensions: ['.idea'], format: FileFormat.svg },
{ icon: 'images', extensions: ['images', 'image', 'img', 'icons', 'icon', 'ico'], format: FileFormat.svg },
{ icon: 'less', extensions: ['less'], format: FileFormat.svg },
{ icon: 'locale', extensions: ['locale', 'locales', 'i18n', 'g11n'], format: FileFormat.svg },
Expand All @@ -35,6 +36,7 @@ export const extensions: IFolderCollection = {
{ icon: 'typings', extensions: ['typings'], format: FileFormat.svg },
{ icon: 'typings2', extensions: ['typings'], format: FileFormat.svg, disabled: true },
{ icon: 'view', extensions: ['view', 'views'], format: FileFormat.svg },
{ icon: 'vs', extensions: ['.vs'], format: FileFormat.svg },
{ icon: 'vscode', extensions: ['.vscode'], format: FileFormat.svg },
{ icon: 'webpack', extensions: ['webpack'], format: FileFormat.svg },
],
Expand Down

0 comments on commit b4ec87d

Please sign in to comment.