Skip to content

Commit

Permalink
Feature/openapi file extensions (#2229)
Browse files Browse the repository at this point in the history
* added icon support for openapi file extension

* added icon support for swagger file extension
  • Loading branch information
milkyware committed Feb 24, 2024
1 parent c4416fa commit 7e8a83a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2378,10 +2378,12 @@ export const fileIcons: FileIcons = {
{
name: 'openapi',
light: true,
fileExtensions: ['openapi.json', 'openapi.yml', 'openapi.yaml'],
fileNames: ['openapi.json', 'openapi.yml', 'openapi.yaml'],
},
{
name: 'swagger',
fileExtensions: ['swagger.json', 'swagger.yml', 'swagger.yaml'],
fileNames: ['swagger.json', 'swagger.yml', 'swagger.yaml'],
},
{ name: 'bun', fileNames: ['bun.lockb'], light: true },
Expand Down

0 comments on commit 7e8a83a

Please sign in to comment.