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.
  • Loading branch information
lishaduck committed Jun 7, 2024
1 parent c687964 commit f3be6ff
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 f3be6ff

Please sign in to comment.