Skip to content

feat: default fromPath for problem matchers #3802

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dsanders11
Copy link

@dsanders11 dsanders11 commented Apr 9, 2025

Ran into the need for this when trying to set up a problem matcher in electron/electron#46577. The issue there is filenames in build errors are relative to a build directory which is outside of the source directory, and there's not enough information in the build error to be able to construct the correct path.

With this change I'll be able to add "fromPath": "src/out/Default/" and everything should just work.

@dsanders11 dsanders11 force-pushed the feat/problem-matchers-default-fromPath branch from e2dafbd to 9917e39 Compare April 10, 2025 04:13
@dsanders11 dsanders11 marked this pull request as ready for review April 10, 2025 04:14
@Copilot Copilot AI review requested due to automatic review settings April 10, 2025 04:14
@dsanders11 dsanders11 requested a review from a team as a code owner April 10, 2025 04:14
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

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

Successfully merging this pull request may close these issues.

1 participant