[x] PlatformIO Core.
If you’ve found a bug, please provide an information below.
Configuration
Operating system: Ubuntu
PlatformIO Version (platformio --version): PlatformIO Core, version 6.1.17a1
Description of problem
I am using Neovim with a bunch of LSP setup and I have installed clangd. Firstly, it was showing errors such as 'Arduino.h not found' and stuff like that, but I found a way to fix that. However, it is now showing a new error, shown in the below image.
Steps to Reproduce
pio project init --board esp32dev --ide vim
create the extra_script.py and all that to create the compile_commands.json
What kind of issue is this?
Configuration
Operating system: Ubuntu
PlatformIO Version (
platformio --version
): PlatformIO Core, version 6.1.17a1Description of problem
I am using Neovim with a bunch of LSP setup and I have installed clangd. Firstly, it was showing errors such as 'Arduino.h not found' and stuff like that, but I found a way to fix that. However, it is now showing a new error, shown in the below image.
Steps to Reproduce
pio project init --board esp32dev --ide vim
nvim src/main.cpp
Actual Results
Expected Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info