This commit is contained in:
2024-07-06 23:23:18 +02:00
parent 20620cff41
commit 5a15c1a106
3 changed files with 13 additions and 7 deletions
+9 -3
View File
@@ -1,6 +1,11 @@
{
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${profileName}${separator}${appName}",
"workbench.editor.labelFormat": "medium",
"workbench.editor.labelFormat": "default",
"workbench.editor.customLabels.enabled": true,
"workbench.editor.customLabels.patterns": {
"**/[[]...slug[]]/route.ts": "${dirname(1)}/slug/${filename}.${extname}",
"**/route.ts": "Route: ${dirname(1)}",
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
@@ -9,7 +14,8 @@
"**/.DS_Store": true,
"**/Thumbs.db": true,
".**": true,
"node_modules": true,
"node_modules": true
},
"hide-files.files": [],
"betterOpenEditors.HidePackagePath": true,
"betterOpenEditors.PackagePatterns": "**/components\n**/modules/\n**/app\n**/app/api\n**/app/admin\n**/models\n**/util/*\n**/util\n**/lib/*\n**/views"
}