vscode-arduino-tools
vscode-arduino-tools copied to clipboard
Arduino Language Server extension for VS Code
Remove the contributed `ino` language and grammar, reuse it from the default VS Code C++ contibution
Due to the lack of workforce on this project, all grammar and language customizations should be avoided. Let's stick to the [default C++ behavior from VS Code](https://github.com/microsoft/vscode/tree/36480163695273734a80cc8fa2080952708eeb57/extensions/cpp) that is used...
https://code.visualstudio.com/api/references/when-clause-contexts
It should be possible to set `arduino.cliPath` for example, and it should default to the PATH if not set.
It would be great if you could provide instructions about how to configure the Atmel-ICE when using an Arduino Mega. Probably it would make sense to add the configuration as...
Fixes 2 typos in README.md
for the sake of simplicity, let's not force future contributors to use yarn
I cloned this repo and ran `yarn` in the directory, but couldn't find a ./build-artifacts folder or .vsix file to load into VSCodium. I'll admit to being a bit of...
### Describe the problem I'm not fluent in C++. I seemed to remember there was a type called `address_t`, so before I even googled it I just thought I'd try,...
### Describe the problem After `#elif` and `#error`, the text are wrong coloured see de screenshot  ### To reproduce Copy this in editor ```cpp //---Config pour l'ESP----------------------- #ifdef ARDUINO_ESP8266_GENERIC...