Skip to content

Instantly share code, notes, and snippets.

@bryan-hoang
Last active January 27, 2021 02:27
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 bryan-hoang/be0b36c46b42013b5f9effdf2c587db9 to your computer and use it in GitHub Desktop.
Save bryan-hoang/be0b36c46b42013b5f9effdf2c587db9 to your computer and use it in GitHub Desktop.
VSCode settings for Deno projects
{
"deno.enable": true,
"deno.import_map": ".import_map.json",
"deno.unstable": true,
"deno.lint": true,
"deno.import_intellisense_origins": {
"https://deno.land": true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment