question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
josh-sachscommented, Jun 8, 2017

@robertohuertasm this worked - so I guess the issue is the documentation.

1reaction
JimiCcommented, Jun 8, 2017

Really edge case but we’re still covering it as @robertohuertasm demonstrated.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found