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

fix: use CLI config path for debug command #40

Merged
merged 2 commits into from
Mar 27, 2023
Merged

Conversation

kittaakos
Copy link
Contributor

@kittaakos kittaakos commented Mar 22, 2023

If the directories.data is not the default, debug metadata generation can fail with a false positive missing platform error.

Ref: arduino/arduino-ide#1911

Changes:

  • use the --config-file for the debug -I command,
  • bumped version for the next release,
  • checked in VSIX to git (this commit must be dropped from the PR)

Downstream: arduino/arduino-ide#1975

@kittaakos kittaakos added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Mar 22, 2023
@kittaakos kittaakos self-assigned this Mar 22, 2023
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified via arduino/arduino-ide#1975

Thanks Akos!

Akos Kitta added 2 commits March 27, 2023 10:12
If the `directories.data` is not the default, debug metadata generation
can fail with false positive missing platform error.

Ref: arduino/arduino-ide#1911

Signed-off-by: Akos Kitta <[email protected]>
@kittaakos kittaakos merged commit 6b9ee4b into main Mar 27, 2023
@kittaakos kittaakos deleted the arduino/arduino-ide#1911 branch March 27, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants