Closed NuriYuri closed 4 years ago
When VS Code converts a file path with spaces from a URI, it breaks if the spaces are encoded as +
instead of %20
. It should be fixed in gem 0.39.7, which I just released.
Works well :D
Thanks a lot, I'm closing the issue :)
Since the last update I get a nasty error when I try to find the definition of anything :
Solargraph version: 0.39.6 Ruby version : 2.5.7p206 [i386-mingw32] OS: Windows 10 Pro (1903)
I have the current settings for solargraph :
I'm using STDIO because with socket the connexion gets often disposed and solargraph never restart while in STDIO solargraph restarts in case of crash.
The open folder with VSCode is the following one : https://gitlab.com/pokemonsdk/pokemonsdk/-/tree/development/scripts
Here's the stat when I run yard doc (with exclusion) :