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

Commit 68bac5e

Browse files
committed
chore(debug): add debug config for chrome
1 parent 2609f69 commit 68bac5e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"recommendations": [
3+
"Mikael.Angular-BeastCode",
4+
"johnpapa.Angular2",
5+
"fivethree.vscode-ionic-snippets",
36
"angular.ng-template",
47
"ms-vscode.vscode-typescript-tslint-plugin",
58
"esbenp.prettier-vscode",

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Debug Fivethree Core in Chrome",
11+
"url": "http://localhost:8100",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)