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
I can get Solargraph to work on macOS, in vscode, provided that I've opened a folder in vscode.
However, if I open up a blank instance of vscode (code -n), open a new file, and set the language to Ruby, then the Solargraph server starts as expected but it doesn't do anything. (Changing the log level to debug illustrates this.)
Is this intentional, or a bug, or a limitation of vscode?
The text was updated successfully, but these errors were encountered:
This is a known issue with files that don't have an .rb extension and/or haven't been saved to disk (#34). If you name the file and save it, it should start working.
I can get Solargraph to work on macOS, in vscode, provided that I've opened a folder in vscode.
However, if I open up a blank instance of vscode (
code -n
), open a new file, and set the language to Ruby, then the Solargraph server starts as expected but it doesn't do anything. (Changing the log level to debug illustrates this.)Is this intentional, or a bug, or a limitation of vscode?
The text was updated successfully, but these errors were encountered: