Skip to content

Instantly share code, notes, and snippets.

@moozzyk
Created March 29, 2017 17:44
Show Gist options
  • Save moozzyk/7bcfe2aea43e39df746f1c3a83feec9a to your computer and use it in GitHub Desktop.
Save moozzyk/7bcfe2aea43e39df746f1c3a83feec9a to your computer and use it in GitHub Desktop.
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/client-ts/node_modules/jasmine/bin/jasmine.js",
"args": ["JASMINE_CONFIG_PATH=${workspaceRoot}/client-ts/Microsoft.AspNetCore.SignalR.Client.TS.Tests/jasmine.json"],
"cwd": "${workspaceRoot}/client-ts",
"outFiles": []
},
{
"type": "node",
"request": "attach",
"name": "Attach to Port",
"address": "localhost",
"port": 5858,
"outFiles": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment