Skip to content

Commit

Permalink
Added new icons for files in .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed May 21, 2024
1 parent 94e9ce8 commit 5dc4c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/extension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export const fileIcons: FileIcons = {
'manifest.mf',
'.clang-format',
'.clang-tidy',
'.vscode/settings.json',
],
},
{
Expand Down Expand Up @@ -2421,5 +2422,9 @@ export const fileIcons: FileIcons = {
name: 'container',
fileNames: ['.devcontainer/devcontainer.json'],
},
{
name: 'extension',
fileNames: ['.vscode/extensions.json'],
},
]),
};

0 comments on commit 5dc4c3d

Please sign in to comment.