Vscode-icons: Hide Folder icons is not working

Created on 12 Sep 2016  路  4Comments  路  Source: vscode-icons/vscode-icons

hideFolders setting is not working anymore. It conflicts with the new API.

bug

All 4 comments

It would be great, if microsoft says to you when they change the api. It is not funny...

@jens1o it's not Microsoft's fault. I didn't check it properly. :blush:

This still isn't working for me?

I am running the latest version of VS Code 1.6.0 and have the latest version of vscode-icons (3.0.3)

I have set the following flags set in my user settings:

{
  "vsicons.hideFolders": true,
  "vsicons.hideCustomFolderIcons": true
}

...but I am still seeing the folder icons in the file explorer:

screen shot 2016-10-11 at 15 45 41

I have tried removing the user settings, uninstalling vscode-icons and then reinstalling it, but I am still seeing the folder icons?

@wagerfield starting from v.3.0.0 and VSCode 1.6.0, we have abandoned all the custom functionalities and we only rely on official VS support so all the configurations of the extension are gone and this can only be managed via vscode api. I'm not sure if they provide now with something similar. In any case I encourage you to open an issue in their repository asking for the feature. 馃槈

Was this page helpful?
0 / 5 - 0 ratings

Related issues

filleduchaos picture filleduchaos  路  3Comments

RomainLanz picture RomainLanz  路  3Comments

zackschuster picture zackschuster  路  3Comments

ventayol picture ventayol  路  3Comments

robertohuertasm picture robertohuertasm  路  4Comments