VS кодового файла гнездование

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
}
Av3