Error "error: unexpected argument {part_of_path} found" when calling the Compile or Info command, if there is a space in the path of the project from which the command is called #78
Labels
bug
Something isn't working
Aim
Trying to execute commands Compile | Info | Profile:
Expected Behavior
The commands will be executed
Bug
My project path has spaces in the folder name:
/home/user/myRepos/Test repo/aztec.js-test/aztec-app
When i try to run Compile or Info, i get an error in the console:
if i move my project to the other folder (path to folder without spaces), like:
/home/user/myRepos/OtherRepo
- all working fineTo Reproduce
Environment
Ubuntu 22.04.3 LTS
nargo version = 0.25.0
noirc version = 0.25.0+b11911b9d664d37ba21edaee99d4e027e25a9d70
(git version hash: b11911b9d664d37ba21edaee99d4e027e25a9d70, is dirty: false)
Additional Context
ill try to fix it in
vscode-noir/src/extension.ts
inregisterCommands
method, but its didnt help meresult:
Would you like to submit a PR for this Issue?
Maybe
Support Needs
Where i need to look to fix that?
The text was updated successfully, but these errors were encountered: