Skip to content

Commit

Permalink
include launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
srolel committed Apr 5, 2017
1 parent e4fd59d commit 43b56c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ logs
*.log
node_modules
build
/.vscode
/.vscode/*
!/.vscode/launch.json

17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// 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": "chrome",
"request": "launch",
"name": "Launch Program",
"port": 9222,
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}",
"userDataDir": "${workspaceRoot}/.vscode/chrome"
}
]
}

0 comments on commit 43b56c0

Please sign in to comment.