Skip to content

Commit

Permalink
feat: add uv icon (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-walsh authored Feb 20, 2025
1 parent bf2b827 commit 5a1842c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/uv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export const fileIcons: FileIcons = {
name: 'ruff',
fileNames: ['ruff.toml', '.ruff.toml'],
},
{ name: 'uv', fileNames: ['uv.toml', '.uv.toml'] },
{
name: 'scons',
light: true,
Expand Down

0 comments on commit 5a1842c

Please sign in to comment.