We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b037c commit 6d4bbe2Copy full SHA for 6d4bbe2
source/playgrounds.txt
@@ -131,6 +131,20 @@ of your playground.
131
immediately above your selected section. Click this link to test and
132
troubleshoot specific lines or sections of your playground.
133
134
+Log to Console from a Playground
135
+--------------------------------
136
+
137
+|vsce| supports the following methods to log messages to the console.
138
+Logged messages appear in the :guilabel:`Output` panel in VSCode.
139
140
+- ``console.log()``
141
+- ``print()``
142
+- ``printjson()``
143
144
+Logging to the console can be useful to track the output of certain
145
+commands in your playground, such as results after a particular query or
146
+aggregation.
147
148
Tutorials
149
---------
150
0 commit comments