Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to import build #1322

Open
Lonestar137 opened this issue Feb 5, 2023 · 1 comment
Open

Fails to import build #1322

Lonestar137 opened this issue Feb 5, 2023 · 1 comment

Comments

@Lonestar137
Copy link

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:

  1. Create a user with a space in it.
  2. 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
image

Installation:

  • Operating system: Windows
  • VSCode version: 1.75.0
  • VSCode extension version: v1.21.0
  • Metals version: 0.11.10
@tgodzik
Copy link
Contributor

tgodzik commented Feb 6, 2023

Thanks for reporting, this should be fixed in the most recent snapshots. I will be working on a new release this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants