Skip to content

Commit

Permalink
feat(associations): add .python-version to python-config icon (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 31, 2024
1 parent 9f2084f commit 6b4646d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,11 @@ const fileIcons: Record<string, {
],
},
'python-config': {
fileNames: ['pyproject.toml', 'requirements.txt'],
fileNames: [
'pyproject.toml',
'requirements.txt',
'.python-version',
],
},
'r': {
languageIds: [
Expand Down

0 comments on commit 6b4646d

Please sign in to comment.