Files
platformio-core/examples/ide/sublimetext/platformio.sublime-project
2015-09-05 20:50:30 +03:00

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": "."
}
]
}