DEPRECATED Please use vscode-deno
- Run
Cmd + P
on Mac orCtrl + P
on Windows and linux - Enter the command
> deno init
The above steps will create all the neccessary files for deno
dev environment
- Install deno and add it to path
- Install extension and restart VS Code
- It creates the deno.d.ts typings in the
.deno
directory - It created a tsconfig file in the workspace to provide intellisense
MIT © Ameer Jhan