Deno Visual Studio Code Extension
vscode-deno
DEPRECATED Please useUsage
- 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
Installation
- Install deno and add it to path
- Install extension and restart VS Code
What is does?
- It creates the deno.d.ts typings in the
.deno
directory - It created a tsconfig file in the workspace to provide intellisense
License
MIT Β© Ameer Jhan