Last active
April 10, 2025 15:41
-
-
Save diegolinhares/1abf8b7f123f8edf8b925ba38dbab174 to your computer and use it in GitHub Desktop.
RubyLSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create this file in your home folder | |
# Example: /home/diego/ruby_lsp | |
source "https://rubygems.org" | |
gem "rubocop" | |
gem "rubocop-performance" | |
gem "rubocop-packaging" | |
gem "rubocop-rails" | |
gem "rubocop-rspec" | |
gem "rubocop-shopify" | |
gem "rubocop-thread_safety" | |
gem "ruby-lsp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For VSCode | |
{ | |
"rubyLsp.bundleGemfile": "/home/your_user/ruby_lsp/Gemfile", | |
"rubyLsp.customRubyCommand": "asdf" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can see your settings on VSCode using CTRL/CMD + SHIFT + P > User Settings Json