diff --git a/README.md b/README.md index 4d2bc8c..38613c5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ You can choose to use _ava_ as your test framework using command - `$yo node-typ ### Integration with VS Code - I configure `build`, `clean`, `lint`, `coverage`, `format` and `test` tasks that you can run using `Run Task` option. - 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. -- 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. +- 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 - + + ![TypeScript debugging in VS Code](./img/vscode-ts-debug.gif) ## License diff --git a/img/vscode-ts-debug.gif b/img/vscode-ts-debug.gif new file mode 100644 index 0000000..f811d63 Binary files /dev/null and b/img/vscode-ts-debug.gif differ