Quantcast
Channel: Active questions tagged vs-code-settings - Stack Overflow
Viewing all articles
Browse latest Browse all 48

vscode file nseting pattern getting applied to internal folder also; how to exclude to do so?

$
0
0

vscode version: 1.95.3os: MacOS

below seetings in vscode ( in workspace file )

"explorer.fileNesting.enabled": true,"explorer.fileNesting.expand": false,"explorer.fileNesting.patterns": {"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts","*.jsx": "${capture}.js","*.ts": "${capture}.js","*.tsx": "${capture}.ts","package.json": "package-lock.json","readme.md": "*.md","tsconfig.json": "tsconfig.*.json, jsconfig.json"}

which does good job but now issue is, having a docs folder and under that there is README.md and other markdown (.md) files but I do not want file nesting to be applied there and setting only be applicable on project root

is there any way we can do?file pattern nesting image


Viewing all articles
Browse latest Browse all 48

Trending Articles



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