Skip to content

Commit

Permalink
meta: Disable biome quickfix in vscode config (#10051)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jan 4, 2024
1 parent c769958 commit b1458d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"deno.enablePaths": ["packages/deno/test"],
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome"
}

0 comments on commit b1458d6

Please sign in to comment.