This project is deprecated. Please use the Visual Studio Code Deno extension
Clone and run for a quick way to see Deno in action.
This is a Deno sample application based on the Deno Manual.
Use this app along with the doc.deno.land for API to help you get started.
You can learn more about Deno within the Deno Official Website.
- Make sure you're running the latest version of VS Code.
- To clone and run this repository you'll need Git and Deno installed on your computer. From your command line:
# Clone this repository git clone https://github.com/phoihos/deno-sample-vscode.git # Go into the repository directory cd deno-sample-vscode # Run VS Code on the repository directory code .
Note: If you're using Linux Bash for Windows, see this guide or use deno
from the command prompt.
- Go to the Run view and select 'Run Sample App' or press F5 key to start debugging.
- Set breakpoints in any of the files.