vscode-icons
vscode-icons copied to clipboard
How to get rid of "vscode-icons has detected conflicting project icons"?
- [x] I'm sure this issue is not a duplicate.
I don't use any other folder icon set except of the default single icon for all the folders. For that I've configured my project to use it in .vscode/settings.json:
{
"vsicons.presets.foldersAllDefaultIcon": true
}
(It's in my global settings.json
as well)
Yet, whenever I open a project I see a message, again and again:
which is not even relevant because my project is neither Angular not NestJS one.
Why do I see this message and how to get rid of it?
@OnkelTem not sure what's going on, tbh. Normally, this message only appears if somehow you have any of these dependencies in your project. Let me look at it with more detail and I'll come back to you. Unfortunately, I'm a little busy these days so I'm not sure how quick I will be with the support. :(
@robertohuertasm Sure, take your time. If you need more information I can provide it!