You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I use rbenv and have many rails projects and I need go to source code of few gems (for example gem devise).
But when i click go to definition i get the answer that the definition for Devise was not found.
Before I run rbenv each -v yard gems
For bundle install I use bundle install --path ~/.bundle --binstubs
Also i have warning
solargraph gem installed on 3.2.0 ruby version and projects on ruby less than 2.4
and solargraph bundle from project folder does not lead to the desired result
Do you have any advice on this?
The text was updated successfully, but these errors were encountered:
SnackBreak2925
changed the title
No Intellisense for Gems installed in home path
No Intellisense for Gems installed in custom home path
Jan 23, 2023
I read a bit the source code of the gem, as well as some questions on the github and came to the conclusion that the BUNDLE_PATH variable is not processed even when added to the configuration file.
now I plan to make a pull request on this subject, but first I need to find out how the bundler collects the environment, can someone suggest or send an article regarding this?
Hello!
I use rbenv and have many rails projects and I need go to source code of few gems (for example gem devise).
But when i click go to definition i get the answer that the definition for Devise was not found.
Before I run
rbenv each -v yard gems
For
bundle install
I usebundle install --path ~/.bundle --binstubs
Also i have warning
and I have installed gem solargraph-rails
{project_folder}/.bundle/config:
My settings about it
solargraph gem installed on 3.2.0 ruby version and projects on ruby less than 2.4
and
solargraph bundle
from project folder does not lead to the desired resultDo you have any advice on this?
The text was updated successfully, but these errors were encountered: