-1

I have angular project running in visual studio code. I want to add an angular library. I created the library and I can see that angular has created projects folder in the root directly (sibling to src folder).

But for some reason, I'm not able to see it in Visual studio explorer or left-pane tree.

I checked tsConfig file and other configuration file and tried to change some settings but still projects folder doesn't appear in the tree.

What is being missed ?

is there any configuration to VSC settings that we need to set ?

in root directory it is there

enter image description here

but not appearing in VSC

enter image description here

node_moduels is also hidden.

micronyks
  • 54,797
  • 15
  • 112
  • 146

1 Answers1

0

Maybe you have hidden settings in vs code, Remove it from section Files: Exclude

File > Preferences > Settings > [Search for exclude in the search bar] > Files: Exclude

Sameer
  • 4,758
  • 3
  • 20
  • 41