Skip to content

Instantly share code, notes, and snippets.

View mrmcwethy's full-sized avatar

Michael McWethy mrmcwethy

View GitHub Profile
@mrmcwethy
mrmcwethy / tasks.json
Created June 6, 2019 23:06 — forked from seantibor/tasks.json
Copy to CircuitPython Device task for VS Code
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Copy to CircuitPython Device",
"type": "shell",
"command": "cp -f ${file} /Volumes/*PY/code.py",
"presentation": {