-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
--project-dir flag does not work correctly for check and debug commands #5029
Comments
Stacktrace for running
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What kind of issue is this?
If you’ve found a bug, please provide an information below.
Configuration
Operating system:
Ubuntu 20.04
PlatformIO Version (
platformio --version
):PlatformIO Core, version 6.1.16
Description of problem
I generally work out of the root of my repo, but my platformio projects are nested a couple of levels. So I often run platformio like:
which works great for the
run
command. But I've noticed it fails oncheck
anddebug
commands. Whereas moving to that directory and calling check/debug without the-d
parameter works fineSteps to Reproduce
Actual Results
The text was updated successfully, but these errors were encountered: