Files
platformio-core/examples/ide/sublimetext/platformio.sublime-project
T

79 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"build_systems":
2015-04-16 09:51:00 +03:00
[
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run"
],
"name": "PlatformIO",
"variants":
2015-04-16 09:51:00 +03:00
[
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run",
2015-09-04 23:48:57 +03:00
"--target",
2015-04-16 09:51:00 +03:00
"clean"
],
"name": "Clean"
},
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run",
2015-09-04 23:48:57 +03:00
"--target",
2015-04-16 09:51:00 +03:00
"upload"
],
"name": "Upload"
2016-01-05 02:15:43 +02:00
},
{
"cmd":
[
"platformio",
"-f", "-c", "sublimetext",
"run",
"--target",
"program"
],
"name": "Upload using Programmer"
},
{
"cmd":
[
"platformio",
"-f", "-c", "sublimetext",
"run",
"--target",
"uploadfs"
],
"name": "Upload SPIFFS image"
},
{
"cmd":
[
"platformio",
"-f", "-c", "sublimetext",
"update"
],
"name": "Update platforms and libraries"
2015-04-16 09:51:00 +03:00
}
],
"working_dir": "${project_path:${folder}}",
"selector": "source.c, source.c++"
}
2015-04-16 09:51:00 +03:00
],
"folders":
[
{
"path": "."
}
]
}