mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-10 09:56:49 +01:00
13 lines
310 B
JSON
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": []
|
|
}
|
|
]
|
|
} |