This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Problem Matcher #770
Open
Description
I have initialized my Arduino project in VS code.
Verify/Upload/Serial and other functions works fine there.
The only thing that does not work is matching build errors and warnings with code. For instance, when I see an error message in the output window like this:
myProject:120: error: 'myFunction' was not declared in this scope
I cannot click this message and jump to line 120. Instead I must find this line manually.
Is there now a possibility to configure a problem matcher for Arduino in VS code?