Skip to content

Commit

Permalink
chore: add vscode config
Browse files Browse the repository at this point in the history
A minimal, make deno turn on config.
Alternatively, I'm happy to add a new gitignore entry.

(cherry picked from commit f3be6ff)
  • Loading branch information
lishaduck committed Jun 9, 2024
1 parent f0b7bcb commit e2ce030
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"denoland.vscode-deno"
]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "denoland.vscode-deno",
"deno.enable": true
}

0 comments on commit e2ce030

Please sign in to comment.