add preview export target

This commit is contained in:
ForestOfLight
2026-02-11 14:59:08 -08:00
Unverified
parent cd0b427da1
commit 162ef58406
2 changed files with 35 additions and 0 deletions
+25
View File
@@ -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
}
}
]
}