command 'ruby.rubocopAutocorrect' not found
See original GitHub issueOla, Looks like detected a bug with keybindings override. I getting “command ‘ruby.rubocopAutocorrect’ not found” warning when pressing shift+cmd+l.
Spotted on:
- macOS High Sierra 10.13.2
- VSCODE 1.19.3 (1.19.3) c4205b5c6e52a53b81c69d2b2dc8a627abaa0ba 2018-01-25T10:20:43.015Z
- ruby-rubocop 0.6.0
My keybindings.json :
[
{
"key": "shift+cmd+l",
"command": "ruby.rubocopAutocorrect",
"when": "editorLangId == 'ruby'"
}
]
Regards, Dzmitry.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
vscode( vscode-ruby + rubocop ) how to auto correct on save?
VS Code was throwing an error for my ruby.rubocop.executePath setting saying it wasn't executable, and removing the line appears to not ...
Read more >ruby-rubocop - Visual Studio Marketplace
execute rubocop for current Ruby code. Installation. Launch VS Code Quick Open ( Ctrl+P ), paste the following command, and press enter.
Read more >Auto-correct :: RuboCop Docs
This diagnostic is valid since the magic comment is indeed missing (thus Safe: true ), but the auto-correction is not; some string literals...
Read more >vscode-ruby-rubocop - Bountysource
{ // If not specified searches for 'rubocop' executable available on PATH (default and ... rubocopAutocorrect' not found" warning when pressing shift+cmd+l.
Read more >Linting and Auto-formatting Ruby Code With RuboCop
require not to require that specific gem in your code since it will only be used from the command line. gem 'rubocop', require:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@AlxGolubev The answer to your question is here => #63
thank you very much