From c5dc35ce4a99c4f3c3e3e36a9445094d0fee8c75 Mon Sep 17 00:00:00 2001 From: Jordi Adoumie Date: Fri, 13 Sep 2024 13:29:17 -0700 Subject: [PATCH] doc edits --- .../cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md b/src/modules/cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md index 3dda454f50..bde42a65f0 100644 --- a/src/modules/cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md +++ b/src/modules/cmdpal/doc/command-pal-anatomy/command-palette-anatomy.md @@ -162,7 +162,7 @@ We've made it easy to build a new extension. Just follow these steps: ``` 3. Open the solution in Visual Studio. -4. Right click on the directory titled 'SampleExtensions' and select 'Add' -> 'New Project'. +4. Right click on the directory titled 'SampleExtensions' and select 'Add' -> 'Existing Project'. ![alt text](image-12.png)