GithubHelp home page GithubHelp logo

0b1-k / visualstudiocodearduino Goto Github PK

View Code? Open in Web Editor NEW
116.0 116.0 23.0 728 KB

Using Visual Studio Code as an Arduino IDE

License: GNU Lesser General Public License v3.0

JavaScript 100.00%

visualstudiocodearduino's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

visualstudiocodearduino's Issues

Version not Specific enough?

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 before 1.0.0, please define at a minimum the major and minor desired version. E.g. ^0.10.0, 0.10.x, 0.11.0, etc.

Latest VS Code, Windows 10

Installation procedure on OSX?

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 how to create the symlinks etc to the build environment. Anyone help?

-- found solution: Making the symlink to the Arduino on OSX is as follows. This should be reflected in the documentation.

sudo ln -s /Applications/Arduino.app/Contents/MacOS/Arduino arduino

Verbose output not available

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"],
"isBuildCommand": true,
"showOutput": "silent",
"problemMatcher": {
"owner": "external",
"fileLocation": ["relative", "${fileDirname}"],
"pattern": {
"regexp": "^(.):(\d+):(\d+):\s+(warning|error):\s+(.)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
}
},
{
"taskName": "--upload",
"args": ["${file}", "--verbose"],
"isTestCommand": true,
"showOutput": "always"
}
]
}

doesn't use the syntax highlight in 0.10.1

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 file to the .vscode directory in my sketchfolder.

I can also use Ctrl+Shift+T --> it compiles.

But no syntax Highlighting :( And no menu via Ctrl+Shift+P and tasks.

Do you know how to fix this? :) Hope MS will not break the extension in the next version. :)

Greetings, Tobi

No arduino tasks

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

captura de tela_2016-08-17_10-55-17

Arch Linux + Arduino 1.6.10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.