Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97313

How to exclude folder expect special folder in vscode?

$
0
0
.
├── 123
├── abc
├── def
├── fed
├── mka
└── plp

I want to exclude floder all floder expect 123. Then in vscode show this tree:

.
└── 123

I try this rule,but not work.

"files.exclude": {
  "[!{123}]":true
}

What should I do?


Viewing all articles
Browse latest Browse all 97313

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>