Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #405 from rubyide/multi_root_and_linters
Browse files Browse the repository at this point in the history
Multi-root support, lint support, DocumentSymbol support, and more!
  • Loading branch information
wingrunr21 authored Feb 19, 2019
2 parents 69191bd + 9e1f537 commit 4f2b2de
Show file tree
Hide file tree
Showing 55 changed files with 4,441 additions and 2,430 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.3
- 2.4
- 2.5
- 2.6

before_install:
- gem install ruby-debug-ide
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ environment:
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
- ruby_version: "26"
- ruby_version: "26-x64"
Loading

0 comments on commit 4f2b2de

Please sign in to comment.