Skip to content

Instantly share code, notes, and snippets.

View upman's full-sized avatar

Ravi Kumar L upman

View GitHub Profile
@upman
upman / launch.js
Created May 24, 2017 09:20 — forked from paambaati/launch.js
Debug mocha tests using Visual Studio Code
{
"version": "0.1.0",
// List of configurations. Add new configurations or edit existing ones.
// ONLY "node" and "mono" are supported, change "type" to switch.
"configurations": [
{
// Name of configuration; appears in the launch configuration drop down menu.
"name": "Run app.js",
// Type of configuration. Possible values: "node", "mono".
"type": "node",