fix: problemMatcher assumes relative paths #4281#4282
fix: problemMatcher assumes relative paths #4281#4282paulkilroy wants to merge 1 commit intoplatformio:developfrom
Conversation
|
|
|
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. |
|
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. |
|
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. |
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.