You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/advanced/sandbox.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Follow these steps:
17
17
1. Go to the _Debug_ tab.
18
18
1. Select one of two tasks:
19
19
-_Run Extension_ task.
20
-
- This will start in a default directory such as your user's home directory.
21
-
- 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.
20
+
- This will start in a default directory - such as your user's home directory.
21
+
- 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.
22
22
-_Start in Sandbox repo_ task.
23
23
- For more reliable and consistent behavior.
24
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.
0 commit comments