From edde0100c20db9cb8f589033bddec5d47f873f9d Mon Sep 17 00:00:00 2001 From: rohan436 Date: Thu, 12 Mar 2026 16:13:06 +0800 Subject: [PATCH] docs: remove duplicate word in developer readme --- Extension/readme.developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/readme.developer.md b/Extension/readme.developer.md index daa622396..cf4afbae2 100644 --- a/Extension/readme.developer.md +++ b/Extension/readme.developer.md @@ -52,7 +52,7 @@ The `launch.json` entries now specify a `preLaunchTask` that will build the exte the `yarn watch` command, and will wait until the build is ready. The watch command will continue to watch from that point. -If the extension is already built, the the watch will be very quick. +If the extension is already built, the watch will be very quick. ### From Inside VS Code There are two tasks that can be run from inside VS Code to build the extension.