Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: match command palette icons to navigator icons #3

Open
elektronik2k5 opened this issue Sep 13, 2021 · 1 comment
Open

Comments

@elektronik2k5
Copy link
Contributor

elektronik2k5 commented Sep 13, 2021

Thanks again for the extension, @MadaraUchiha!

A picture is worth a thousand words:
vscode-file-navigator

In the screenshot, it is visible how the .tsx and .story.tsx files lack the icons which are used in tabs and file navigator.
Can we make the palette icons match the other places?

@MadaraUchiha
Copy link
Owner

🤔 currently, the icons are emoji ( 📄 and 📁 ), because I'm a lazy bum, but it should be possible to tap into the icon detection of vscode.

const DIRECTORY_PREFIX = "📁 ";
const FILE_PREFIX = "📄 ";

If you have the time to investigate it'll be awesome 😄, if not I'll try to get to it in the near future.

@elektronik2k5 elektronik2k5 changed the title Bug/feature request: match command palette icons to navigator icons Feature request: match command palette icons to navigator icons Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants