From 8f771c65d28fae8c9bd823672df095006432679c Mon Sep 17 00:00:00 2001 From: Joey Figaro Date: Fri, 3 Oct 2025 09:46:10 +0200 Subject: [PATCH] replace 'VS Code extension' in CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure if there were plans for a VS Code extension at one point or if this package began as an extension for VS Code. Thanks so much for your work on this @aidenybai–it allowed us to release substantial performance wins before a big product revamp. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c68992a..17f06700 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ This is a monorepo containing several packages: - `packages/scan` - Core React Scan package - `packages/vite-plugin-react-scan` - Vite plugin for React Scan -- `packages/extension` - VS Code extension +- `packages/extension` - Browser extension ## Development Setup