mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-10-29 17:40:11 +00:00
11 lines
331 B
Plaintext
Executable File
11 lines
331 B
Plaintext
Executable File
{
|
|
"cmd": ["sh", "-c", "ino build && ino upload"],
|
|
"windows": {
|
|
"shell": true,
|
|
"cmd": ["ino", "build", "&;", "ino", "upload"]
|
|
},
|
|
"selector": "source.c++.arduino",
|
|
"working_dir": "$file_path/..",
|
|
"path": "/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
|
|
}
|