Skip to content

Commit

Permalink
Merge pull request #2177 from AAAkater/main
Browse files Browse the repository at this point in the history
feat: 🎈 perf(vscode): Set file nesting for md and DockerFile
  • Loading branch information
odilitime authored Jan 12, 2025
2 parents b3c0869 + ab38dfa commit 263f87b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb,pnpm-workspace.yaml",
"README.md": "*.md",
"Dockerfile": "docker-compose-docs.yaml,docker-compose.yaml,Dockerfile.docs"
}
}

0 comments on commit 263f87b

Please sign in to comment.