platformio-vscode-ide icon indicating copy to clipboard operation
platformio-vscode-ide copied to clipboard

fix: problemMatcher assumes relative paths #4281

Open paulkilroy opened this issue 9 months ago • 3 comments

When you compile code in VSCode with platform IO, the first tab at the bottom ("problems") Does not correctly parse the filename and line number, changing to let the problem matcher try to guess is the paths are relative or absolute fixes this. Tested on linux and macos.

paulkilroy avatar Mar 30 '25 22:03 paulkilroy

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 30 '25 22:03 CLAassistant

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 26 '25 22:06 stale[bot]

When you compile code in VSCode with platform IO, the first tab at the bottom ("problems") Does not correctly parse the filename and line number, changing to let the problem matcher try to guess is the paths are relative or absolute fixes this. Tested on linux and macos.

paulkilroy avatar Jun 26 '25 22:06 paulkilroy