From 0da32f3976057506ba1b51d2ec496bf40051b7ed Mon Sep 17 00:00:00 2001 From: rasbt Date: Thu, 12 Sep 2024 07:59:10 -0500 Subject: [PATCH] Clarify extension instalation --- setup/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/README.md b/setup/README.md index a91a748..65b46be 100644 --- a/setup/README.md +++ b/setup/README.md @@ -47,7 +47,9 @@ There are many good options for code editors. My preferred choice is the popular ## VSCode Extensions -If you are using Visual Studio Code (VSCode) as your primary code editor, you can find recommended extensions in the `.vscode` subfolder. To install these, open the `extensions.json` file in VSCode and click the "Install" button in the pop-up menu on the lower right. +If you are using Visual Studio Code (VSCode) as your primary code editor, you can find recommended extensions in the `.vscode` subfolder. To install these, open this "setup" folder in VSCode (File -> Open Folder...) and then click the "Install" button in the pop-up menu on the lower right. + +1