From a72b5079e3e323895c9048f3a2bad36e9483cdcd Mon Sep 17 00:00:00 2001 From: Daniel Kleine <53251018+d-kleine@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:43:43 +0200 Subject: [PATCH] improved .vscode setup instructions (#353) * improved .vscode project setup * fixed spell check * add missing 'p' * Update README.md --------- Co-authored-by: Sebastian Raschka --- setup/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/setup/README.md b/setup/README.md index 65b46be..2514750 100644 --- a/setup/README.md +++ b/setup/README.md @@ -47,10 +47,20 @@ 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 this "setup" folder in VSCode (File -> Open Folder...) and then 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. These extensions provide enhanced functionality and tools helpful for this repositoy. + +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 +Alternatively, you can move the `.vscode` extension folder into the root directory of this GitHub repository: + +```bash +mv setup/.vscode ./ +``` + +Then, VSCode automatically checks if the recommended extensions are already installed on your system every time you open the `LLMs-from-scratch` main folder. +   # Cloud Resources