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

Enforce rebuild when files are added to the sketch #95

Closed cmaglie closed 2 years ago

cmaglie commented 2 years ago

This ensures that newly added files will be available in the build path.

Should fix #93