VisualStudioCodeArduino icon indicating copy to clipboard operation
VisualStudioCodeArduino copied to clipboard

Using Visual Studio Code as an Arduino IDE

Results 8 VisualStudioCodeArduino issues
Sort by recently updated
recently updated
newest added

> "On Windows, just ensure that the arduino environment is part of the PATH." Are you talking of C:\Program Files (x86)\Arduino? or a file in the folder?

After installing as described in instructions, tasks doesn't show as expected, just shows a info message. ![captura de tela_2016-08-17_10-55-03](https://cloud.githubusercontent.com/assets/485568/17738924/9b2f98be-6469-11e6-80f2-5893f3e608ed.png) ![captura de tela_2016-08-17_10-55-17](https://cloud.githubusercontent.com/assets/485568/17738932/a4f72876-6469-11e6-8a0a-7baa53d14a1c.png) Arch Linux + Arduino 1.6.10

Hi -- Apparently I'm Mac-challenged. I can't make sense of the installation procedure in the context of installing on Mac. I've got the Arduino.app installed in /Applications, but I'm unsure...

Hi, I followed your setup guideline on Linux Mint. When I run the upload or verify task the Arduino IDE just gets started with the file I was editing. Any...

Hi, Great little project. Here is a simple suggestion for improving the output. { "version": "0.1.0", "command": "Arduino", "isShellCommand": true, "showOutput": "always", "tasks": [ { "taskName": "--verify", "args": ["${file}", "--verbose"],...

When I try to follow the directions in the ReadMe, I get this when reopening VS Code: C:/Users/tom/.vscode/extensions/ino: Version specified in `engines.vscode` (*) is not specific enough. For vscode versions...

Hello. I just wanted to setup my code Installation with your cool extension. I used the same arduino version and copied your ino folder to ~/.vscode/extensions Also copied the task.json...