Skip to content

Commit

Permalink
Add stackblitz file icon (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief authored Oct 2, 2024
1 parent 47b0cf8 commit bbfe1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/stackblitz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,7 @@ export const fileIcons: FileIcons = {
{ name: 'moonscript', fileExtensions: ['moon'] },
{ name: 'percy', fileNames: ['.percy.yml'] },
{ name: 'gitpod', fileNames: ['.gitpod.yml'] },
{ name: 'stackblitz', fileNames: ['.stackblitzrc'] },
{ name: 'advpl', fileExtensions: ['prw', 'prx'] },
{
name: 'advpl-ptm',
Expand Down Expand Up @@ -2680,7 +2681,7 @@ export const fileIcons: FileIcons = {
name: 'zeabur',
fileExtensions: ['zeabur'],
patterns: {
'zeabur': FileNamePattern.Configuration,
zeabur: FileNamePattern.Configuration,
},
light: true,
},
Expand Down

0 comments on commit bbfe1f7

Please sign in to comment.