vscode-arduino-tools icon indicating copy to clipboard operation
vscode-arduino-tools copied to clipboard

Arduino Language Server extension for VS Code

Results 10 vscode-arduino-tools issues
Sort by recently updated
recently updated
newest added

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...

topic: code
type: imperfection

https://code.visualstudio.com/api/references/when-clause-contexts

topic: code

It should be possible to set `arduino.cliPath` for example, and it should default to the PATH if not set.

type: enhancement
topic: code

type: enhancement
topic: infrastructure

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...

topic: documentation
type: enhancement

Fixes 2 typos in README.md

for the sake of simplicity, let's not force future contributors to use yarn

type: enhancement
topic: infrastructure

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,...

type: imperfection

### Describe the problem After `#elif` and `#error`, the text are wrong coloured see de screenshot ![2022-10-29_18-36-00](https://user-images.githubusercontent.com/116968524/198842911-7c432015-a29e-4d88-91cb-63f86ed7a6e3.png) ### To reproduce Copy this in editor ```cpp //---Config pour l'ESP----------------------- #ifdef ARDUINO_ESP8266_GENERIC...

type: imperfection