Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
chore(debug): add debug config for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jun 13, 2019
1 parent 2609f69 commit 68bac5e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"recommendations": [
"Mikael.Angular-BeastCode",
"johnpapa.Angular2",
"fivethree.vscode-ionic-snippets",
"angular.ng-template",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
Expand Down
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible 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": "Debug Fivethree Core in Chrome",
"url": "http://localhost:8100",
"webRoot": "${workspaceFolder}"
}
]
}

0 comments on commit 68bac5e

Please sign in to comment.