Skip to content

Commit

Permalink
chore(.vscode/settings.json): set deno as default formatter project-w…
Browse files Browse the repository at this point in the history
…ide (#1549)
  • Loading branch information
uncenter authored Dec 31, 2024
1 parent 18067fc commit 2263f1a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"deno.enable": true,

"[typescript][javascript][less][markdown][json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},

"editor.defaultFormatter": "denoland.vscode-deno",
"markdown.extension.toc.updateOnSave": false
}

0 comments on commit 2263f1a

Please sign in to comment.