Skip to content

Commit

Permalink
Add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone committed Apr 1, 2022
1 parent f7c4457 commit ab35a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
.vscode
scripts/api_spec.json
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"deno.importMap": "import_map.json",
"deno.suggest.imports.hosts": {
"https://deno.land": false
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
},
"editor.tabSize": 2
}

0 comments on commit ab35a7b

Please sign in to comment.