question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot apply certain icons to custom folders

See original GitHub issue

I’m unable to apply some icons to a custom folder. These are the icons model, models, schema. When I try them the icon is invisible.

    "material-icon-theme.folders.associations": {
        "schemas": "model"
    }

ea4e408

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Xenfocommented, Mar 15, 2021

Ah I misunderstood how it works. Sorry about that.

0reactions
diligent176commented, Mar 14, 2021

That’s because there’s no icon named model built in… Check in the folder where your extensions icons are stored: .vscode\extensions\pkief.material-icon-theme-4.5.0\icons

You’ll find these files exist:

  • folder-class.svg
  • folder-class-open.svg
  • folder-typescript.svg
  • folder-typescript-open.svg

That’s why your second example works, but the first doesn’t. It’s unable to find icons called:

  • folder-model.svg
  • folder-model-open.svg

If you create those files and put them into the folder above, your first example works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't change folder icons in Windows 10 - Microsoft Community
Go to website you are wanting to use using Internet Explorer. · After there, Left click on Tools icon at top right. ·...
Read more >
I can't change folder icon to a custom one - Windows 10 Forums
Right click on the folder then open the security tab. Press the Edit button Select Users and check the full control box. Worked...
Read more >
What If the Custom Folder Icon Does Not Show?
Open FolderIco main window. · Add folder which you want to repair. If you want to repair subfolders too, you need to select...
Read more >
How to make custom Folder icons on Windows 11 - YouTube
Hey Guys, Welcome back to TechNtech,In this video, let me share how to make custom folder icons on Windows 11. I have got...
Read more >
Cannot change custom folder icons - MacRumors Forums
⌘ + i folder, drag new icon over old - has always worked for me. Go back to original: ⌘ + i folder,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found