Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/.vscode/settings.json

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
{ "deno.enable": true, "deno.lint": true, "deno.config": "./deno.json", "deno.suggest.imports.hosts": { "https://deno.land": true, "https://esm.sh": false }, "[typescript][typescriptreact][json][markdown]": { "editor.defaultFormatter": "denoland.vscode-deno", "editor.formatOnSave": true }}