add preview export target
This commit is contained in:
Vendored
+25
@@ -39,6 +39,31 @@
|
|||||||
"echo": true,
|
"echo": true,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "regolith: watch preview",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "regolith watch preview",
|
||||||
|
"isBackground": true,
|
||||||
|
"problemMatcher": {
|
||||||
|
"pattern": [
|
||||||
|
{
|
||||||
|
"regexp": ".",
|
||||||
|
"file": 1,
|
||||||
|
"location": 2,
|
||||||
|
"message": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"background": {
|
||||||
|
"activeOnStart": true,
|
||||||
|
"beginsPattern": ".",
|
||||||
|
"endsPattern": "."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"close": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
+10
@@ -20,6 +20,16 @@
|
|||||||
"bpName": "project.name+'[BP]'"
|
"bpName": "project.name+'[BP]'"
|
||||||
},
|
},
|
||||||
"filters": []
|
"filters": []
|
||||||
|
},
|
||||||
|
"preview": {
|
||||||
|
"export": {
|
||||||
|
"build": "preview",
|
||||||
|
"readOnly": false,
|
||||||
|
"target": "development",
|
||||||
|
"rpName": "project.name+'[RP]'",
|
||||||
|
"bpName": "project.name+'[BP]'"
|
||||||
|
},
|
||||||
|
"filters": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user