Skip to content

Commit

Permalink
Clarify extension instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 12, 2024
1 parent 11f97a1 commit 6f92909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="https://sebastianraschka.com/images/LLMs-from-scratch-images/setup/README/vs-code-extensions.webp?1" alt="1" width="700">

&nbsp;

Expand Down

0 comments on commit 6f92909

Please sign in to comment.