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
Are you opening a single file without a workspace folder? If so, only the current file gets mapped.
If you're opening a workspace folder, you might need to make a .solargraph.yml configuration file with an include directive. More info: https://solargraph.org/guides/configuration
I'm looking into the possibility of being able to map files automatically when they're included in code with require_relative.
I'm trying to start using LSP in Sublime Text 4.
My configuration:
I have a file with

module Common
but it does not seem to see it:Added this file:
but it had no effect.
Am I doing it wrong?
The text was updated successfully, but these errors were encountered: