Created
November 3, 2022 10:02
-
-
Save whomwah/5ea93395c6e8883d9877036fa01f8c61 to your computer and use it in GitHub Desktop.
Deno VSCode Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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