Łukasz Moskała

Results 3 comments of Łukasz Moskała

Same issue here, happening with arduino-pico framework.

Okay, by some miracle, I figured this out. Remove the COMPILATIONDB_INCLUDE_TOOLCHAIN option, then add `--query-driver=/**/.platformio/**/bin/*-g++,/**/.platformio/**/bin/*-gcc` to clangd. Hopefully it works for you too.

Okay, I will try to implement this and make a pull request when it's ready. I think it should be `app.Close()`, to be consistent with [http server.Close()](https://pkg.go.dev/net/http#Server.Close), since from what...