forked from platformio/platformio-core
48 lines
613 B
Plaintext
48 lines
613 B
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run"
|
|
],
|
|
"name": "PlatformIO",
|
|
"variants":
|
|
[
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"clean"
|
|
],
|
|
"name": "Clean"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"upload"
|
|
],
|
|
"name": "Upload"
|
|
}
|
|
],
|
|
"working_dir": "${project_path:${folder}}",
|
|
"selector": "source.c, source.c++"
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "."
|
|
}
|
|
]
|
|
}
|