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

Use a different temp folder to preprocess/generate compiler_command.json #63

Closed cmaglie closed 3 years ago

cmaglie commented 3 years ago

The temp folder is generated autonomously by the language server, so it wont interfere with the compile / upload made by the IDE.