Skip to content

Commit d6ba5c6

Browse files
authored
Merge pull request #1084 from skyash-dev/docs-vscode-extension-p5-2
docs: update vscode extension to p5.js 2.0 compatible one
2 parents c95efda + 4bbee93 commit d6ba5c6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,16 @@ Once your project is saved, you can share it!
302302
### Step 2: Install the p5.js library extension
303303

304304
- Open VS Code and navigate to the extensions manager on the left toolbar.
305-
- Type [*p5.vscode*](https://marketplace.visualstudio.com/items?itemName=samplavigne.p5-vscode) in the search bar, select the extension, and click the install button.
306-
- Familiarize yourself with details for this extension [here](https://github.com/antiboredom/p5.vscode/blob/master/README.md).
305+
- Type [*p5.js 2.x Project Generator*](https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator) in the search bar, select the extension, and click the install button.
306+
- Familiarize yourself with details for this extension [here](https://github.com/IrtizaNasar/p5-2.vscode/blob/main/README.md).
307307

308308

309309
### Step 3: Create a p5.js project
310310

311311
- Click on *View* on the top toolbar and select Command Palette.
312-
- Type *Create p5.js Project* in the search bar and select the folder on your machine in which you would like to save your project.
312+
- Type *Create a new p5.js 2.x Project* in the search bar and select the command.
313+
- Follow the prompts to configure your project.
314+
- Select the folder on your machine where you would like to save your project.
313315

314316

315317
### Step 4: View your first sketch

0 commit comments

Comments
 (0)