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

icons not showing #233

Open
FerTarallo opened this issue Mar 8, 2024 · 3 comments
Open

icons not showing #233

FerTarallo opened this issue Mar 8, 2024 · 3 comments
Labels
info-needed Issue requires more information from poster

Comments

@FerTarallo
Copy link

Describe the bug
Icons doesn´t display

To Reproduce
Steps to reproduce the behavior:
<span className="codicon codicon-chevron-down" />

Expected behavior
The icons should display.

Screenshots
image

Environment

  • OS: Windows
  • VS Code Version 1.87.1
@FerTarallo FerTarallo added the bug Issue identified by VS Code Team member as probable bug label Mar 8, 2024
@daviddossett
Copy link
Contributor

Hm, this might not be a codicons issue given that you aren't seeing browser icons render. Assuming that browser window lives outside of VS Code, it's likely a problem higher up with your OS or similar.

@daviddossett daviddossett added info-needed Issue requires more information from poster and removed bug Issue identified by VS Code Team member as probable bug labels Mar 8, 2024
@FerTarallo
Copy link
Author

This is a project developted with html and css and I am using vscode-codicons lib, the printscreen isn´t from my browser and vs code.
Sorry for the bad crop

image

@saoudrizwan
Copy link

If this is happening after packaging then it may be because the icon files are not being included. Try adding this to your .vscodeignore:

!node_modules/@vscode/codicons/dist/codicon.css
!node_modules/@vscode/codicons/dist/codicon.ttf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants