From 4b350125c32f775e60c3610ec7ed30eb9839064f Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 9 Nov 2023 03:27:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Change=20vscode=20config=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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