Skip to content

Instantly share code, notes, and snippets.

@whomwah
Created November 3, 2022 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whomwah/5ea93395c6e8883d9877036fa01f8c61 to your computer and use it in GitHub Desktop.
Save whomwah/5ea93395c6e8883d9877036fa01f8c61 to your computer and use it in GitHub Desktop.
Deno VSCode Settings
{
"deno.enable": true,
"deno.lint": true,
"deno.suggest.imports.hosts": {
"https://deno.land": false
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
},
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment