Skip to content

Commit e81afee

Browse files
DOCSP-13084 updates for copy review feedback
1 parent 745e72d commit e81afee

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

source/commands.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ Run these commands from the Command Palette to create and run
151151

152152
|vsce| splits your playground window to display the results in
153153
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.
156157

157158
|vsce| View Commands
158159
--------------------
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
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,
34
|vsce| outputs the following document in a new tab.

source/playgrounds.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Playground in |json| format in the right-side pane labeled ``Playground
3535
Results.json``. If you disabled split-view, |vsce| displays the
3636
Playground results in |json| format in a new tab to the right of
3737
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.
4039

4140
Prerequisite
4241
------------

source/run-agg-pipelines.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ This pipeline:
114114
which is the culmination of the item's ``price`` and ``quantity``.
115115

116116
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,
118119
|vsce| outputs the following document in a new tab:
119120

120121
.. code-block:: javascript

0 commit comments

Comments
 (0)