File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EntryIcons Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const icons = {
5454
5555async function getIconURL ( type ) {
5656 const base =
57- 'https://cdn.rawgit.com/PKief/vscode-material-icon-theme/e04ab459/icons/ ' ;
57+ 'https://cdn.rawgit.com/PKief/vscode-material-icon-theme/e04ab459/icons' ;
5858
5959 let url ;
6060
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export function getMode(title: string = '') {
3131 if ( sassRegex . test ( removeIgnoreTitle ) ) return 'sass' ;
3232 if ( ! removeIgnoreTitle . includes ( '.' ) ) return 'raw' ;
3333 if ( removeIgnoreTitle . startsWith ( '.flow' ) ) return 'flow' ;
34+ if ( removeIgnoreTitle . startsWith ( '.git' ) ) return 'git' ;
3435 if (
3536 removeIgnoreTitle . endsWith ( '.module.ts' ) ||
3637 removeIgnoreTitle . endsWith ( '.component.ts' )
You can’t perform that action at this time.
0 commit comments