Skip to content

Commit

Permalink
[VSCode] Auto remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakst committed Dec 22, 2024
1 parent 1d4e4e0 commit 150b0eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"source.fixAll": "explicit",
"quickfix.biome": "explicit",
"source.organizeImports": "never",
"source.organizeImports.biome": "explicit"
"source.organizeImports.biome": "always",
"source.removeUnusedImports": "always"
},

"[javascript][typescript][typescriptreact][json][jsonc]": {
Expand Down

0 comments on commit 150b0eb

Please sign in to comment.