This is a Plugin designed to launch RSpec specs files in VSCode Debug Console.
- Run all specs in workspace.
- Run specs from current file.
- Run specs from current file at current line.
You need ruby-debug-ide
gem installed to run the debugger.
You could use gem install ruby-debug-ide
or add gem 'ruby-debug-ide'
and gem debase
to your Gemfile
.
bundlerPath
: Path to your bundleruseBundler
: When it is active, run `r
None
Users appreciate release notes as you update your extension.
Initial release of ...
Fixed issue #.
Added features X, Y, and Z.
Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux) - Toggle preview (
Shift+CMD+V
on macOS orShift+Ctrl+V
on Windows and Linux) - Press
Ctrl+Space
(Windows, Linux) orCmd+Space
(macOS) to see a list of Markdown snippets
Enjoy!