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
Describe the bug
Basically, Windows allows users to have a space in a path, in my case, my user has a space in it. This space is unhandled by metals so it fails to locate cache files. Renaming the user is not an option, it would break a ton of perms and paths plus organization restrictions.
I don't have this issue with the IntelliJ version of Metals.
To Reproduce Steps to reproduce the behavior:
Create a user with a space in it.
Attempt to import a sbt build.
Expected behavior
It should escape this space so that it can properly find the path to the files.
Screenshots
Installation:
Operating system: Windows
VSCode version: 1.75.0
VSCode extension version: v1.21.0
Metals version: 0.11.10
The text was updated successfully, but these errors were encountered:
Describe the bug
Basically, Windows allows users to have a space in a path, in my case, my user has a space in it. This space is unhandled by metals so it fails to locate cache files. Renaming the user is not an option, it would break a ton of perms and paths plus organization restrictions.
I don't have this issue with the IntelliJ version of Metals.
To Reproduce Steps to reproduce the behavior:
Expected behavior
It should escape this space so that it can properly find the path to the files.
Screenshots
Installation:
The text was updated successfully, but these errors were encountered: