castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.87k stars 154 forks source link

fix: support find require xxx.rb in local workspace. #722

Open SolaWing opened 2 days ago

SolaWing commented 2 days ago

before this patch:

require "path" # ok
require "path.rb" # can't found required file

this pr fix it to allow a full name match.