We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I've just tried the keybindings, but I've got some messages command 'Rails:Document' not found and command 'Rails:Navigation' not found respectively for Open online document to the side and Navigation
command 'Rails:Document' not found
command 'Rails:Navigation' not found
To Reproduce Pressed any of both Opt + . or Opt + F1 key combinations.
Opt + .
Opt + F1
Screenshots
Additional context Using vscode-rails 0.17.8
The text was updated successfully, but these errors were encountered:
looks like vscode change contributes config specification. https://code.visualstudio.com/api/references/contribution-points#contributes.keybindings
Sorry, something went wrong.
Just confirming that I also am receiving this error! VSCode Version: 1.69.2 (Universal)
I am seeing this as well.
I don't think this is a keybinding issue...I get the same result when I run Rails:Navigation from the Command Pallete:
Rails:Navigation
Visual Source Code Version: 1.90.0 (Universal) Extension: Rails v0.17.8
No branches or pull requests
Describe the bug
I've just tried the keybindings, but I've got some messages
command 'Rails:Document' not found
andcommand 'Rails:Navigation' not found
respectively for Open online document to the side and NavigationTo Reproduce
Pressed any of both
Opt + .
orOpt + F1
key combinations.Screenshots
Additional context
Using vscode-rails 0.17.8
The text was updated successfully, but these errors were encountered: