Skip to content

Commit 5cf31b3

Browse files
committed
fix(landing): remove VS Code extensions from snapshot section
1 parent 6ae8059 commit 5cf31b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<div class="snapshot-info">
190190
<div class="snapshot-flow">
191191
<p class="snapshot-description">
192-
Scan your existing machine — Homebrew packages, macOS preferences, shell & git config, dev tools, and VS Code extensions — and upload it as a shareable configuration. No preset needed.
192+
Scan your existing machine — Homebrew packages, macOS preferences, shell & git config, and dev tools — and upload it as a shareable configuration. No preset needed.
193193
</p>
194194
<p class="snapshot-usecase">Perfect for team leads who want to share their proven setup as a team baseline.</p>
195195
</div>
@@ -198,8 +198,7 @@
198198
<span class="detect-tag">macOS preferences</span>
199199
<span class="detect-tag">Shell config</span>
200200
<span class="detect-tag">Git config</span>
201-
<span class="detect-tag">Dev tools</span>
202-
<span class="detect-tag">VS Code extensions</span>
201+
<span class="detect-tag">Dev tools</span>
203202
</div>
204203
</div>
205204
<div class="snapshot-command-area">

0 commit comments

Comments
 (0)