Skip to content

Commit

Permalink
feat: pyproject.toml + poetry.lock icons (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Aug 15, 2024
1 parent 8a1fcbe commit 71ed2d6
Show file tree
Hide file tree
Showing 11 changed files with 116 additions and 0 deletions.
13 changes: 13 additions & 0 deletions icons/css-variables/poetry-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/css-variables/python-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/frappe/poetry-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/frappe/python-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/latte/poetry-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/latte/python-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/macchiato/poetry-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/macchiato/python-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/mocha/poetry-lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions icons/mocha/python-config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,9 @@ const fileIcons: Record<string, {
'pnpm-lock': {
fileNames: ['pnpm-lock.yaml'],
},
'poetry-lock': {
fileNames: ['poetry.lock'],
},
'postcss': {
languageIds: ['postcss'],
fileExtensions: [
Expand Down Expand Up @@ -1835,6 +1838,9 @@ const fileIcons: Record<string, {
'pyd',
],
},
'python-config': {
fileNames: ['pyproject.toml', 'requirements.txt'],
},
'r': {
languageIds: [
'r',
Expand Down

0 comments on commit 71ed2d6

Please sign in to comment.