Skip to content

Commit 924ff33

Browse files
authored
DOCSP-45571-export-to-language-with-copilot (#104)
1 parent 38b040c commit 924ff33

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

source/copilot-export-test.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Use the following steps to test your application code in a playground:
5050
Once 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`

source/export-to-language.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Export a Query or Pipeline to Language
1313
:class: singlecol
1414

1515
You 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+
2833
Prerequisites
2934
-------------
3035

36+
You must enable the |copilot| to use the :guilabel:`Export to Language` feature.
37+
3138
You must open a playground that contains a query document or pipeline
3239
you 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-
4551
Export a Query Document
4652
-----------------------
4753

0 commit comments

Comments
 (0)