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

"material-icon-theme.folders.associations" not working from workspace settings #385

Closed
clankill3r opened this issue Feb 6, 2019 · 4 comments

Comments

@clankill3r
Copy link

I added the following to my workspace settings:

    "material-icon-theme.folders.associations": {
        "docker": "folder",
    }

This has no effect at all, even not after restarting.
I would really prefer some folder associations to be a workspace setting and not a user setting since in other projects, I might use docker for example.

Then a second thing, if I add the above to my user settings it works half.

screen shot 2019-02-06 at 10 39 42

Now there is no icon at all.

@PKief
Copy link
Member

PKief commented Feb 6, 2019

The workspace settings are not implemented yet (see #208), but are planned for the future, when the reload of the icons will be optimized by the VS Code API.

Regarding your issue with the invisible folder icon for docker use this, if you want to have the default folder icon:

"material-icon-theme.folders.associations": {
    "docker": "",
}

@PKief PKief closed this as completed Feb 6, 2019
@j-loriault
Copy link

over a year later and this still isn't implemented ?

@PKief
Copy link
Member

PKief commented Nov 13, 2020

Jup, it's still caused by the fact that icon themes can only be applied globally and not per workspace. This is a default behavior by vscode and cannot be changed by extension authors right now.

@eduardoborges
Copy link
Contributor

https://gist.github.com/rupeshtiwari/6860fbc1b3e2f6711c780070d6f59748

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

4 participants