Skip to content

Commit

Permalink
🔧 Change vscode config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Nov 9, 2023
1 parent c5409e7 commit 4b35012
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
}

0 comments on commit 4b35012

Please sign in to comment.