It would be great if we can have the following icons
File Icon - .nycrc (istanbul coverage)
File Icon - circle.yml (CircleCI v1)
Folder Icon - .circleci (Circle CI v2)
Thank you for the request!
I added the CircleCI icons (https://github.com/PKief/vscode-material-icon-theme/commit/3affa3673efa902bb4a501b997a647103bec24e7) to the extension. Unfortunately there is currently no proper SVG of the Istanbul logo available (see https://github.com/istanbuljs/istanbuljs.github.io/issues/34).
Soon there will be an update of the extension on the marketplace.
Thanks for the quick response, also it would be great if we have
file icon - jest.config.( js | json ) [jest config]
folder icon - coverage [coverage directory]
~folder icon - utils [like "tools" folder icon]~ (see #112)
Just created a coverage folder icon:
| Closed | Expanded |
|---|---|
|
|
~Please add a "class" folder support :)~ (see #112)
May be redundant, but there is also .nyc-output folder which nyc generates as default. It could be part of coverage to generate the cli report.
@tdude08 Added jest icon (https://github.com/PKief/vscode-material-icon-theme/commit/cac11bc0d87cc4a228c1238e4e528ca75e1eff25)
@melkarm Added coverage folder icon mapping for .nyc-output (https://github.com/PKief/vscode-material-icon-theme/commit/d275471c8ea8031d10a273a8fd2a4ff688736433)
@PKief Thank you for adding the icons.
@s14k51 The istanbul icon will be available with the next update:

Most helpful comment
Just created a coverage folder icon: