mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
run make from vsc
This commit is contained in:
21
.vscode/tasks.json
vendored
21
.vscode/tasks.json
vendored
@@ -4,20 +4,15 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "PlatformIO: Execute EMS-ESP (standalone)",
|
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./.pio/build/standalone/program",
|
"label": "build standalone emsesp",
|
||||||
"linux": {
|
"command": "make",
|
||||||
"options": {
|
"args": [],
|
||||||
"env": {
|
"problemMatcher": ["$gcc"],
|
||||||
// Workaround for sdl2 `-m32` crash
|
"group": {
|
||||||
// https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1775067/comments/7
|
"kind": "build",
|
||||||
"DBUS_FATAL_WARNINGS": "0"
|
"isDefault": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependsOn": ["PlatformIO: Build EMS-ESP (standalone)"],
|
|
||||||
"problemMatcher": []
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user