File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-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 |copilot|. You can export queries and pipelines to the
18+ following languages:
1819
1920- C#
2021- Go
@@ -25,6 +26,11 @@ You can export queries and pipelines to the following languages:
2526- Ruby
2627- Rust
2728
29+ .. note::
30+
31+ The :guilabel:`Export to Language` feature is only available
32+ if you enable |copilot|.
33+
2834Prerequisites
2935-------------
3036
@@ -41,7 +47,6 @@ To open a new playground containing the default template:
4147
4248.. include:: /includes/steps/open-new-playground.rst
4349
44-
4550Export a Query Document
4651-----------------------
4752
You can’t perform that action at this time.
0 commit comments