File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ Use the following steps to test your application code in a playground:
5050Once you export your code to a playground, you can click
5151:icon-fa5:`play` on the top right of your window to run your query.
5252
53+ You can also convert your code to a driver language with the
54+ :ref:`Export to Language <vsce-export-to-language>` feature.
55+
5356.. seealso::
5457
5558 - :ref:`vsce-playgrounds`
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ Export a Query or Pipeline to Language
1313 :class: singlecol
1414
1515You can export and translate query documents and aggregation pipelines
16- from a :ref:`playground <vsce-playgrounds>` into a programming language.
17- You can export queries and pipelines to the following languages:
16+ from a :ref:`playground <vsce-playgrounds>` into a programming language
17+ using the :ref:`vsce-copilot`. You can export queries and pipelines to the
18+ following languages:
1819
1920- C#
2021- Go
@@ -25,9 +26,15 @@ You can export queries and pipelines to the following languages:
2526- Ruby
2627- Rust
2728
29+ .. note::
30+
31+
32+
2833Prerequisites
2934-------------
3035
36+ You must enable the |copilot| to use the :guilabel:`Export to Language` feature.
37+
3138You must open a playground that contains a query document or pipeline
3239you want to export.
3340
@@ -41,7 +48,6 @@ To open a new playground containing the default template:
4148
4249.. include:: /includes/steps/open-new-playground.rst
4350
44-
4551Export a Query Document
4652-----------------------
4753
You can’t perform that action at this time.
0 commit comments