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

Cargo unexpected argument #157

Closed
SSTentacleSS opened this issue Jul 2, 2023 · 3 comments · Fixed by #173
Closed

Cargo unexpected argument #157

SSTentacleSS opened this issue Jul 2, 2023 · 3 comments · Fixed by #173

Comments

@SSTentacleSS
Copy link

Hello! Faced the problem that when using the cargo build system with Rust, it is not possible to use this configuration if the path contains spaces (cargo build /home/user/Desktop/Code Workspace/...)

@eed3si9n
Copy link
Member

eed3si9n commented Jul 2, 2023

Probably a problem here -

Process(
s"cargo build $configurationString",
baseDirectory
) ! log

@pomadchin
Copy link
Member

Oh right, mb could be solved by just adding extra quotation around the path. I’m 🌴now but may assist in ~ a week+.

@pomadchin
Copy link
Member

pomadchin commented May 11, 2024

:D took me half a year to finish it, backslashing spaces is the easiest solution.

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

Successfully merging a pull request may close this issue.

3 participants