mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 20:30:57 +01:00
🔧 Change vscode config files
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -10,5 +10,12 @@
|
||||
"modules.**",
|
||||
"layout.manage.navigation.**",
|
||||
],
|
||||
// "i18n-ally.defaultNamespace": "translation"
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"explorer.fileNesting.patterns": {
|
||||
"package.json": "pnpm-lock.yaml, yarn.lock, package-lock.json",
|
||||
"*.tsx": "${capture}.module.css"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user