Awesome
<h1 align="center">Deno Visual Studio Code Extension</h1> <h4 align="center">DEPRECATED Please use <a href="https://github.com/denoland/vscode_deno">vscode-deno</a></h4> <p align="center"> <img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/ameerthehacker.deno-vscode"> <a href="https://marketplace.visualstudio.com/items?itemName=ameerthehacker.deno-vscode" target="_blank"><img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/ameerthehacker.deno-vscode"></a> </p> <p align="center"><img src="https://i.imgur.com/bn4rXpl.gif"/> </p>Usage
- 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