iguissouma / nx-console-idea-plugin

Apache License 2.0
39 stars 9 forks source link

Bring back icons for `apps` and `libs` 🤗 #132

Open Den-dp opened 1 year ago

Den-dp commented 1 year ago

Describe the bug: apps and libs folder icons disappeared for both nx and ng cli workspaces

Steps to reproduce:

  1. Generate workspace ng new ng-workspace --minimal --defaults npx create-nx-workspace nx-workspace (and choose integrated + angular)
  2. Look at the icons in File Explorer

Expected behavior: apps and libs folders should be decorated with special icons

Additional context: Not familiar with kotlin, but this might be the reason https://github.com/iguissouma/nx-console-idea-plugin/commit/487dc43a94d4b42ff6a3194d1bc2832894990b1f

iguissouma commented 1 year ago

Hello, Yeah, I disabled this feature because it giving random exceptions but I will take a look how to fix it.