file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.32k stars 250 forks source link

Add support for Pipenv files #870

Closed 0xTheProDev closed 1 year ago

0xTheProDev commented 2 years ago

Python icon should be shown to Pipfile and Pipfile.lock when using Pipenv to manage Python workspace.

Signed-off-by: Progyan Bhattacharya bprogyan@gmail.com

Alhadis commented 1 year ago

Alright, I'm gonna have to close this as a WONTDOESNTFIX, as the issue you described last year speaks of an issue with how this project's filetype mappings are maintained (also, Pipenv.lock files have been supported since 2017). Moreover, the change doesn't actually fix the aforementioned issue, not to mention that it'll be overwritten the next time our compile script is run.

(This is a known problem and I'm making gradual progress with migrating the database to file-icons/icons (which might end up being file-icons/db instead), but I've not had ample time lately…)