Skip to content

Instantly share code, notes, and snippets.

View robotdad's full-sized avatar

Marc Goodner robotdad

  • Microsoft
  • Kirkland, WA
View GitHub Profile
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"windows": {
"command": "cmd",
"args": ["/C"]
},
"linux": {
"command": "sh",
@robotdad
robotdad / launch.json
Created July 20, 2016 00:00
vscode-arduino-jsons
{
"version": "0.2.0",
"configurations": [
{
"name": "Arduino attach (Windows)",
"type": "cppdbg",
"request": "launch",
"launchOptionType": "Local",
"miDebuggerPath": "C:/Users/mgoodner/AppData/Local/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-gdb.exe",
"targetArchitecture": "ARM",