File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,9 @@ Run these commands from the Command Palette to create and run
151
151
152
152
|vsce| splits your playground window to display the results in
153
153
a pane titled :guilabel:`Playground Results.json` to the right
154
- of your playground. If you disabled split-view, |vsce| displays
155
- playground results in a new tab to the right of your playground.
154
+ of your playground. If you disabled split-view for your VS Code
155
+ Editor window, |vsce| displays the playground results in a new
156
+ tab to the right of your playground.
156
157
157
158
|vsce| View Commands
158
159
--------------------
Original file line number Diff line number Diff line change 1
1
When you press the :guilabel: `Play Button `, |vsce | splits your
2
- Playground and outputs the following document in the :guilabel: `Playground Results.json ` pane. If you disabled split-view,
2
+ Playground and outputs the following document in the
3
+ :guilabel: `Playground Results.json ` pane. If you disabled split-view,
3
4
|vsce | outputs the following document in a new tab.
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ Playground in |json| format in the right-side pane labeled ``Playground
35
35
Results.json``. If you disabled split-view, |vsce| displays the
36
36
Playground results in |json| format in a new tab to the right of
37
37
your Playground. You cannot edit the results in the results pane.
38
- Instead, you can save the results to a file and edit the results in the
39
- saved file.
38
+ You can save the results to a file.
40
39
41
40
Prerequisite
42
41
------------
Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ This pipeline:
114
114
which is the culmination of the item's ``price`` and ``quantity``.
115
115
116
116
When you press the :guilabel:`Play Button`, |vsce| splits your
117
- playground and outputs the following document in the :guilabel:`Playground Results.json` pane. If you disabled split-view,
117
+ playground and outputs the following document in the
118
+ :guilabel:`Playground Results.json` pane. If you disabled split-view,
118
119
|vsce| outputs the following document in a new tab:
119
120
120
121
.. code-block:: javascript
You can’t perform that action at this time.
0 commit comments