You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
First, let me say a huge thanks for a great extension! I've been using it for a while for just editing Ruby projects, but hadn't tried the debug experience with it. It's the best I've ever seen with Ruby, great work from you all!!!
Your environment
vscode-ruby version: 0.12.1
Ruby version: 2.4.1
VS Code version: 1.14.0
Operating System: macOS
Hardware (optional):
Make sure you have ruby, ruby-debug-ide and ruby-debug-basex19 installed before submitting your issue -- thank you !
Expected behavior
Clicking on a link from e.g. rspec output should switch keyboard focus to the file in question.
Actual behavior
Focus is moved to the editing field in the Debug Console, where you can enter Ruby code.
Steps to reproduce the problem
Run the rspec - active file spec only task.
Click on a link to a line number in a file.
Focus is on the > line below
If i Cmd-click on a line, a new tab opens in vscode with the correct behavior, but if I just click without cmd it does not. Is the bug in vscode-ruby or in vscode?
Also, if the file is not already open, it also works correctly! So only if the file was already active and visible the bug occurs, it seems.
The text was updated successfully, but these errors were encountered:
Ping @rebornix - it would be great to be able to move the result to integrated terminal. Would you have time to look into it? (or: would you accept a PR that fixes it?)
@rebornix and @wingrunr21 With 0.17.0, these references are no longer underlined, and you cannot click them. This is sad, it's a nice feature that used to work in some earlier version. (0.14? 0.15?)
First, let me say a huge thanks for a great extension! I've been using it for a while for just editing Ruby projects, but hadn't tried the debug experience with it. It's the best I've ever seen with Ruby, great work from you all!!!
Your environment
vscode-ruby
version: 0.12.1Make sure you have
ruby
,ruby-debug-ide
andruby-debug-basex19
installed before submitting your issue -- thank you !Expected behavior
Clicking on a link from e.g.
rspec
output should switch keyboard focus to the file in question.Actual behavior
Focus is moved to the editing field in the Debug Console, where you can enter Ruby code.
Steps to reproduce the problem
rspec - active file spec only
task.The text was updated successfully, but these errors were encountered: