Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 787 Bytes

File metadata and controls

31 lines (20 loc) · 787 Bytes

Ruby LSP

  • VSCodeでShopify.ruby-lspを利用するためのgemをインストールする

TOC

Required

Setup

  • gemをインストール

    $ bash install.sh
  • VSCodeにShopify.ruby-lspをインストール

  • Ruby LSPをVSCodeで実行したいプロジェクトで.vscode/settings.jsonに以下の内容を追記

    {
      "rubyLsp.bundleGemfile": "/path/to/dotfiles/ruby/ruby-lsp/Gemfile"
    }