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
- Open two projects with a folder name being the same.
- Open project specific
.vscode/settings.json.
- Change folder association for the folder name.
- 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
Describe the bug
When having two workspaces open and changing the folders association in the project specific
.vscode/settings.jsonof only one of the projects/workspaces both workspaces will have the same change applied:The same applies for file icons.
To Reproduce
.vscode/settings.json.Expected behavior
The change of the icon is only applied to the workspace the
settings.jsonis changed in.Screenshots
No response
Computer information
Additional context
No response
Code of Conduct