Skip to content

Commit f5d3bba

Browse files
committed
fix(comment): extension CTA = explore diffs in VS Code (not 'on every PR')
1 parent 9802ce9 commit f5d3bba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ runs:
363363
local mp="${CTA_BASE}/use-marketplace?owner=${OWNER}&repo=${REPO}&pr=${PR}"
364364
echo ""
365365
echo "---"
366-
echo "🔍 **This is the flattened map.** [**Explore it live in your browser →**](${ws}) — expand each component, follow every dependency, and click straight through to the code that changed. No install; it opens right here on this PR."
366+
echo "🔍 **This is the flattened map.** [**Explore this diff live in your browser →**](${ws}) — expand every component, follow each dependency, and click straight through to the changed code. Opens in your browser, no install."
367367
echo ""
368-
echo "💡 Want this on every PR? [**Add the CodeBoarding extension →**](${mp})"
368+
echo "💡 Prefer your editor? [**Get the CodeBoarding VS Code extension →**](${mp}) to explore these architecture diffs right inside VS Code."
369369
}
370370
371371
{

0 commit comments

Comments
 (0)