Skip to content

Commit

Permalink
Add debugging gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ospatil committed Jul 30, 2017
1 parent b9f22b8 commit ada772a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added img/vscode-ts-debug.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ada772a

Please sign in to comment.