Skip to content

Commit c78c48f

Browse files
committed
Update readme
1 parent aa00be0 commit c78c48f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@ The app generation is based on https://angular.io/guide/setup-local.
2525
## Debugging
2626

2727
### Debug with Visual Studio Code
28-
Launching and debugging in chrome will allow you to use break points in the source code.
29-
The launchers are based on https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI.
30-
31-
* Run the Visual Studio Code Launcher `Launch ng serve & Chrome`
3228

3329
#### Configure Debugger
3430

3531
1. [launch.json](./.vscode/launch.json)
3632
2. [tasks.json](./.vscode/tasks.json)
3733

34+
### Launchers
35+
Launching and debugging in chrome will allow you to use break points in the source code.
36+
The launchers are based on https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI.
37+
38+
* Run the Visual Studio Code Launcher `Launch ng serve & Chrome`
39+
3840

3941
### Debug with npm
4042

0 commit comments

Comments
 (0)