Skip to content

Commit ada772a

Browse files
committed
Add debugging gif
1 parent b9f22b8 commit ada772a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ You can choose to use _ava_ as your test framework using command - `$yo node-typ
4949
### Integration with VS Code
5050
- I configure `build`, `clean`, `lint`, `coverage`, `format` and `test` tasks that you can run using `Run Task` option.
5151
- You can directly run currently open source file using task `Run current file`. I use [ts-node](https://github.com/TypeStrong/ts-node) to provide this functionality.
52-
- You can debug currently open source file using `Debug file` launch configuration. You can also debug currently open test file using `Debug test` launch configuration without the need of compiling it first.
52+
- You can debug currently open source file using `Debug file` launch configuration. You can also debug currently open test file using `Debug test` launch configuration without the need of compiling it first. Here is the preview -
53+
54+
![TypeScript debugging in VS Code](./img/vscode-ts-debug.gif)
5355

5456
## License
5557

img/vscode-ts-debug.gif

1.42 MB
Loading

0 commit comments

Comments
 (0)