Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit f55320b

Browse files
committed
Update readme: add mail list
1 parent 72f4edd commit f55320b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55

66
This extension provides rich Ruby language and debugging support for Visual Studio Code. Fully tested against *inx/Windows and Ruby 1.9.3 to 2.2.0.
7-
It's still in progress ( [GitHub](https://github.com/rebornix/vscode-ruby.git) ), please expect frequent updates with breaking changes before 1.0.
7+
It's still in progress ( [GitHub](https://github.com/rebornix/vscode-ruby.git) ), please expect frequent updates with breaking changes before 1.0. If you are interested in this project, feel free to
8+
9+
* Subscribe to our [mailing list](http://eepurl.com/bTBAfv), get notified when we release new features or fixing bugs.
10+
* File GitHub [issues](https://github.com/rebornix/vscode-ruby/issues/new) once you ran into unexpected situations/bugs.
11+
* Fork [our project](https://github.com/rebornix/vscode-ruby), hack it around and send us PRs!
812

913
## Install
1014
### Install Extension
@@ -43,7 +47,7 @@ In this extension, we implement [ruby debug ide protocol](http://debug-commons.r
4347

4448
- Ruby scripts debugging
4549
* Line breakpoints (add, delete, disable, enable)
46-
* Step over, step in, step out, continue
50+
* Step over, step in, step out, continue, pause
4751
* Multiple, parallel threads
4852
* Call stack
4953
* Scope variables

0 commit comments

Comments
 (0)