mogelbrod / quick-opener

Visual Studio Code plugin that makes it easy to work with files across the entire file system
https://marketplace.visualstudio.com/items?itemName=mogelbrod.quickopener
MIT License
4 stars 1 forks source link

Support for file icons #5

Open emlautarom1 opened 2 months ago

emlautarom1 commented 2 months ago

When using "files.simpleDialog.enable: true", VSCode's file and folder picker (F1 > File: Open File... and F1 > File: Open Folder...) show icons for folders and known file extensions.

It would be great if "Quick Opener" also supported icons.

mogelbrod commented 2 months ago

I've wanted to add support for this, but unfortunately it's currently not possible to display file type specific icons in quick pick windows: https://github.com/microsoft/vscode/issues/59826