-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The icon alignment in the Explorer panel doesn't look right when using the explorer.fileNesting feature
With Monokai Icons:
With VSCode Icons
With Material Icon Theme:
Reproduce
Add something like
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.ts, ${capture}.test.ts",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts, ${capture}.test.tsx",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock"
},to VS Code settings.json, which will tell it to nest certain similar files together other a parent file (easiest is to use the package.json and package-lock.json files
krzkaczor and gdube-nrc
Metadata
Metadata
Assignees
Labels
No labels