diff --git a/.vscode/settings.json b/.vscode/settings.json index 38ac2d275..9a066dae0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + }, } \ No newline at end of file