chore: fix code action on save config

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-09-14 00:52:57 +00:00
parent 2478b496d6
commit d2447ddb7b

View File

@@ -29,8 +29,8 @@
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
},
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.suggest.autoImports": true,