Files
ESP3D/.vscode/tasks.json
Luc 24a8acec8f add vscode/platformIO support
Update some libs
2019-06-30 16:44:40 +02:00

13 lines
310 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "install",
"path": "embedded/",
"problemMatcher": []
}
]
}