Skip to content

[Bug]: Changing icon in one workspace also changes it in another workspace. #3465

@m00rex

Description

@m00rex

Describe the bug

When having two workspaces open and changing the folders association in the project specific .vscode/settings.json of only one of the projects/workspaces both workspaces will have the same change applied:

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

The same applies for file icons.

To Reproduce

  1. Open two projects with a folder name being the same.
  2. Open project specific .vscode/settings.json.
  3. Change folder association for the folder name.
  4. Both workspaces change the folder icon to the same specified/default icon.

Expected behavior

The change of the icon is only applied to the workspace the settings.json is changed in.

Screenshots

No response

Computer information

  • OS edition: Windows 11
  • Extension version: 5.34.0
  • VSCode version: 1.118.1

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA confirmed issue caused by a software defect

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions