ZachMassia / PlatformIO-Mode

PlatformIO Integration for Emacs
GNU General Public License v3.0
67 stars 20 forks source link

PlatformIO now generates `.ccls` file instead of `.clang_complete` #14

Closed dantecatalfamo closed 3 years ago

dantecatalfamo commented 3 years ago

It seems at some point last year, PlatformIO replaced .clang_complete with .ccls https://github.com/platformio/platformio-core/commit/32181d1bd298c368993bd1264d7e595163fb70a4#diff-e738b6f558dbe86ed442f4b726ce803a44d5c26ed208c9f4c1f609f316a075b8

It no longer works with irony-mode unfortunately. I've had to switch to ccls and lsp-mode to get things working again.