add preview export target
This commit is contained in:
Vendored
+25
@@ -39,6 +39,31 @@
|
||||
"echo": 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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user