🔧 Change vscode config files

This commit is contained in:
ajnart
2023-11-09 03:27:13 +01:00
parent c5409e726d
commit 4b350125c3

View File

@@ -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"
},
}