- VSCodeでShopify.ruby-lspを利用するためのgemをインストールする
- VSCode Extension:
-
gemをインストール
$ bash install.sh
-
VSCodeにShopify.ruby-lspをインストール
-
Ruby LSPをVSCodeで実行したいプロジェクトで
.vscode/settings.jsonに以下の内容を追記{ "rubyLsp.bundleGemfile": "/path/to/dotfiles/ruby/ruby-lsp/Gemfile" }