Skip to content

Commit 5e97ec9

Browse files
committed
docs: update sandbox.md
1 parent 6256588 commit 5e97ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/advanced/sandbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Follow these steps:
2121
- You might want to use _File_ / _Open_ to change the sandbox window to a repo what has more content to play with. This will be _remembered_ on later runs. Unfortunately if you changed your VS Code settings to open in a new window on Open, then the extension setup will be undone.
2222
- _Start in Sandbox repo_ task.
2323
- For more reliable and consistent behavior.
24-
- This will run against `sandbox` directory in the project, which is a Git repo where you can make files and commits as you like.
25-
- NB. You'll must run `npm run sb` **first** to ensure this directory exists and then run the debug action. Run that NPM command again whenever you want to clear the space and start over.
24+
- This will run against the `sandbox` directory in the project, which is a separate Git repo where you can make files and commits as you like.
25+
- NB. You must run `npm run sb` command **first** to ensure this directory exists, then run the debug action. You can also this NPM command again whenever you want to clear the space and start over.
2626
1. Click the run button.
2727

2828
That will start a new sandboxed VS Code session which has the extension built using the local code and _enabled_, and all other extensions _disabled_. At a lower level, it runs `npm compile` and `npm watch`. If you want to keep extensions enabled, remove the `--disable-extensions` flag in the launch config.

0 commit comments

Comments
 (0)