JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.2k stars 75 forks source link

🚀 Feature: Add Vitest VS Code Extension to extensions.json? #1628

Closed johnnyreilly closed 3 months ago

johnnyreilly commented 3 months ago

Bug Report Checklist

Overview

I wanted to be able to run tests in VS Code. For that I found I needed to install the Vitest VS Code extension. I made the following change to my own projects extensions.json to recommend this to users:

+  "vitest.explorer"

Would it be worth including that in CTA for users writing tests?

Additional Info

No response

JoshuaKGoldberg commented 3 months ago

Oh hey this is pretty sweet! I'd missed it. Yeah, yes please!

johnnyreilly commented 3 months ago

Implementing now - fun fact: GitHub CoPilot suggested @orta's "orta.vscode-jest" before I got to the "vitest.explorer" 😄

github-actions[bot] commented 3 months ago

:tada: This is included in version v1.70.0 :tada:

The release is available on:

Cheers! 📦🚀