arduino / arduino-language-server

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

Added support for Arduino CLI 1.0.0 #189

Closed cmaglie closed 3 months ago

cmaglie commented 3 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? Applied changes to support Arduino CLI 1.0.0

What is the current behavior? The language server crashes, see #188 for details.

What is the new behavior? The LS works normally.

Other information: Supersedes #188 I'm starting this PR as a draft because I can't test it right now.

cmaglie commented 3 months ago

Thanks for testing it!