Closed erikmartinessanches closed 6 years ago
When running main.c which has an include, I get this:
[Running] cd "/Users/erik/Documents/Dev/repos/dtek/my-project/" && gcc main.c -o main && "/Users/erik/Documents/Dev/repos/dtek/my-project/"main main.c:1:10: fatal error: 'pic32mx.h' file not found #include <pic32mx.h> ^~~~~~~~~~~ 1 error generated.
You could search for the gcc document and update the config of code-runner.executorMap https://github.com/formulahendry/vscode-code-runner#configuration
code-runner.executorMap
When running main.c which has an include, I get this: