From b8f051140f9fe8d616887843c13634eb3418c53d Mon Sep 17 00:00:00 2001
From: Dan Bamikiya <dudeawesome732@gmail.com>
Date: Thu, 16 Feb 2023 14:29:56 +0100
Subject: [PATCH 1/3] docs: add usage of Agoric VS Code Extension

---
 main/guides/getting-started/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/main/guides/getting-started/README.md b/main/guides/getting-started/README.md
index d7a0b6686..ac816e1db 100644
--- a/main/guides/getting-started/README.md
+++ b/main/guides/getting-started/README.md
@@ -6,6 +6,16 @@ After installing the Agoric SDK, you can proceed to [starting a project](./start
 
 ## Quick Start
 
+### Automated Install
+
+If you're using VS Code as your code editor, install the official [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the install process:
+
+- Open the **Extensions** sidebar in VS Code. `View → Extensions`
+- Search for `Agoric`, choose "Agoric" by **danbmky**
+- Click **Install** to install it
+
+### Manual Install
+
 If you're familar with JavaScript development tools such as `node`, `yarn`, and `git`:
 
 ```shell

From 5c3a5663dc6037d282269293f3d28f796d67f7be Mon Sep 17 00:00:00 2001
From: Dan Bamikiya <dudeawesome732@gmail.com>
Date: Thu, 16 Feb 2023 14:32:24 +0100
Subject: [PATCH 2/3] docs: add more info for using Agoric VS Code Extension

---
 main/guides/getting-started/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/guides/getting-started/README.md b/main/guides/getting-started/README.md
index ac816e1db..16d2b6ef0 100644
--- a/main/guides/getting-started/README.md
+++ b/main/guides/getting-started/README.md
@@ -8,7 +8,7 @@ After installing the Agoric SDK, you can proceed to [starting a project](./start
 
 ### Automated Install
 
-If you're using VS Code as your code editor, install the official [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the install process:
+If you're using VS Code as your code editor, install the official [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the Agoric SDK install process:
 
 - Open the **Extensions** sidebar in VS Code. `View → Extensions`
 - Search for `Agoric`, choose "Agoric" by **danbmky**

From 1b0b4c76593fddc221c3fc77b417f27215d7696b Mon Sep 17 00:00:00 2001
From: Dan Bamikiya <dudeawesome732@gmail.com>
Date: Sat, 18 Feb 2023 20:16:03 +0100
Subject: [PATCH 3/3] fix: remove the 'official' description

---
 main/guides/getting-started/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/guides/getting-started/README.md b/main/guides/getting-started/README.md
index 16d2b6ef0..f52ed8dd7 100644
--- a/main/guides/getting-started/README.md
+++ b/main/guides/getting-started/README.md
@@ -8,7 +8,7 @@ After installing the Agoric SDK, you can proceed to [starting a project](./start
 
 ### Automated Install
 
-If you're using VS Code as your code editor, install the official [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the Agoric SDK install process:
+If you're using VS Code as your code editor, install the [Agoric Extension](https://marketplace.visualstudio.com/items?itemName=danbmky.agoric-vscode) to automate the Agoric SDK install process:
 
 - Open the **Extensions** sidebar in VS Code. `View → Extensions`
 - Search for `Agoric`, choose "Agoric" by **danbmky**