Skip to content

Commit 08d0368

Browse files
IrtizaNasarksen0
authored andcommitted
Add missing step for opening created p5.js project in VS Code
1 parent f0ad256 commit 08d0368

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/content/tutorials/en/setting-up-your-environment.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,17 @@ Once your project is saved, you can share it!
320320
- Click on *View* on the top toolbar and select Command Palette or Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on macOS)
321321
- Type *Create a new p5.js 2.x Project* in the search bar and select the folder on your machine in which you would like to create your project.
322322
- Follow the prompts to configure your project
323+
- **When prompted, click "Open Project"** to open the new project in your current VS Code window, or **"Open in New Window"** if you prefer to keep your current work open
324+
- **For beginners, "Open Project" is recommended**
325+
323326

324327
#### Method 2 - From Explorer Context Menu:
325328
- Right-click on a folder in the Explorer
326329
- Select "Create p5.js 2.x Project Here"
327330
- Follow the prompts to configure your project
331+
- **When prompted, click "Open Project"** to open the new project in your current VS Code window, or **"Open in New Window"** if you prefer to keep your current work open
332+
- **For beginners, "Open Project" is recommended**
333+
328334

329335
### Step 4: Preview your sketch
330336

0 commit comments

Comments
 (0)