arduino / arduino-language-server

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

Added flag to disable real-time PublishDiagnostics push #124

Closed cmaglie closed 2 years ago

cmaglie commented 2 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? Add a flag to disable real-time diagnostics -no-real-time-diagnostics.

kittaakos commented 2 years ago

The functionality was verified here: https://github.com/arduino/arduino-ide/pull/1107