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

Do not bail out if compile_commands.json is empty #58

Closed cmaglie closed 3 years ago

cmaglie commented 3 years ago

It may mean that the sketch can not be preprocessed because it contains too many errors. In this case, just keep it as-is and show the errors generated by clangd itself.