Skip to content

Commit

Permalink
set default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 10, 2024
1 parent dfe4ef6 commit 537249e
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 @@ -6,5 +6,6 @@
"deno.codeLens.implementations": true,
"deno.codeLens.references": true,
"deno.codeLens.referencesAllFunctions": true,
"deno.codeLens.test": true
"deno.codeLens.test": true,
"editor.defaultFormatter": "denoland.vscode-deno",
}

0 comments on commit 537249e

Please sign in to comment.