Cannot disabled icon associations for specific extensions.
See original GitHub issue- I’m sure this issue is not a duplicate?
"vsicons.projectDetection.disableDetect": true,
"vsicons.associations.folders": [
{ "extensions": ["src"], "icon": "src", "format": "svg", "disabled": false },
{ "extensions": ["source", "sources"], "icon": "src", "format": "svg", "disabled": true }
],
Trying to disable theme icons by overriding the folder association entries does not appear to work. In this case I am trying to remove the “src” icon association to folders named “source” and “sources”.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Enable and disable add-ons using administrative templates ...
Every add-on has a Class ID (CLSID) that you use to enable and disable specific add-ons, using Group Policy and Administrative Templates.
Read more >visual studio code not recognizing html files - Stack Overflow
VS code has suddenly stopped recognizing html files (the file icon is the default one for files with no extension).
Read more >Changing Default File Associations in Windows 10 and 11
In this article, we'll look at how to manage the default File Type Associations (FTA) on Windows 10/11 and Windows Server 2022/2019/2016.
Read more >Microsoft Windows 10 – How To RESET File Association with ...
STEP 3: Delete Specific Registry Keys. Now, we need to delete all keys of our extension represented as directory (folder) icons in Registry ......
Read more >FileTypesMan - Alternative to 'File Types' manager of Windows
I tried to reproduce the problem on my systems, but in all tests this 'Choose Icon' window worked completely fine. Moreover, the 'Choose...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@robertohuertasm this worked - so I guess the issue is the documentation.
Really edge case but we’re still covering it as @robertohuertasm demonstrated.