Skip to content

Commit

Permalink
Update fileIcons.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaKhan committed Nov 3, 2023
1 parent 8c5b82a commit 2a85660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2456,5 +2456,9 @@ export const fileIcons: FileIcons = {
name: 'abap',
fileExtensions: ['abap', 'acds', 'asddls'],
},
{
name: 'drizzle',
fileExtensions: ['drizzle.config.ts', 'drizzle.config.js', 'drizzle.config.json'],

Check failure on line 2461 in src/icons/fileIcons.ts

View workflow job for this annotation

GitHub Actions / ubuntu-latest (Node.js 16.x)

Replace `'drizzle.config.ts',·'drizzle.config.js',·'drizzle.config.json'` with `⏎········'drizzle.config.ts',⏎········'drizzle.config.js',⏎········'drizzle.config.json',⏎······`
},
],
};

0 comments on commit 2a85660

Please sign in to comment.