arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
139 stars 16 forks source link

Introducing progress-message handler #51

Closed cmaglie closed 3 years ago

cmaglie commented 3 years ago

The LS now caches progress message from clang and feed them to the IDE, eventually throttling to a sustainable pace.