-
Notifications
You must be signed in to change notification settings - Fork 7
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
Run Test Error: cannot find a Nargo.toml in <VS_Code_root_directory> #28
Comments
I believe this is solved by noir-lang/noir#2226 which roots everything based on Nargo.toml files |
Getting the same error with the latest Nargo nightly (commit 3d1b252) paired with v0.0.4-pre of the extension. Do I need to compile the extension from source to get the fix? |
Doing some more debugging. If you tried to run |
Note that this needs the linked PRs and a custom build of the extension with #29 included |
Aim
Running a test by clicking the "Run Test" button in a
main.nr
file that is located in:Expected Behavior
Test runs.
Bug
To Reproduce
nargo new <project_name>
in a VS Code instance's root directoryEnvironment
Nargo version:
noirup -v 0.8.0
Test ran:
nargo new <project_name>
, i.e.Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: