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

Settings in .code-workspace file not working #341

Open
rafegoldberg opened this issue Nov 2, 2018 · 2 comments
Open

Settings in .code-workspace file not working #341

rafegoldberg opened this issue Nov 2, 2018 · 2 comments

Comments

@rafegoldberg
Copy link

When I add icon associations in my main settings the plugin responds like a charm. But when I try setting associations in a .code-workspace file, it doesn't seem to trigger any changes or take effect:

{
  "folders": [ /*etc*/ ],
  "settings": {
    "material-icon-theme.files.associations": {
        "main.js": "nodejs",
    },
    // so on + so forth
  }
}
@PKief
Copy link
Member

PKief commented Nov 2, 2018

It's not implemented yet. We have the same issue for workspace settings #208.

@PKief PKief changed the title Workspace Icon Associations Settings in .code-workspace file not working Nov 2, 2018
@Xaz16
Copy link

Xaz16 commented Sep 17, 2020

What about this one? Really suffering due to this in big team.
Great extension, by the way 👍

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

3 participants