Debut
This commit is contained in:
25
PacoMouseCYD/Platformio/.vscode/tasks.json
vendored
Normal file
25
PacoMouseCYD/Platformio/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "PlatformIO Build",
|
||||
"type": "shell",
|
||||
"command": "platformio run",
|
||||
"args": [],
|
||||
"problemMatcher": [
|
||||
"$platformio"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "PlatformIO Clean and Build",
|
||||
"type": "shell",
|
||||
"command": "platformio run --target clean && platformio run",
|
||||
"args": [],
|
||||
"problemMatcher": [
|
||||
"$platformio"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user