Answers for "vs code file nesting"

0

vs code file nesting

In vs code insiders it's possible to nest files. 

1. Hit CTRL + SHIFT + P and type "Open Settings (JSON)" and add:
{
	"explorer.experimental.fileNesting.patterns": {
	  "*": "$(capture).*"
	},
	"explorer.experimental.fileNesting.enabled": true
}
Posted by: Guest on February-02-2022

Browse Popular Code Answers by Language