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:
50
50
Once you export your code to a playground, you can click
51
51
:icon-fa5:`play` on the top right of your window to run your query.
52
52
53
+ You can also convert your code to a driver language with the
54
+ :ref:`Export to Language <vsce-export-to-language>` feature.
55
+
53
56
.. seealso::
54
57
55
58
- :ref:`vsce-playgrounds`
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ Export a Query or Pipeline to Language
13
13
:class: singlecol
14
14
15
15
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:
18
19
19
20
- C#
20
21
- Go
@@ -25,9 +26,15 @@ You can export queries and pipelines to the following languages:
25
26
- Ruby
26
27
- Rust
27
28
29
+ .. note::
30
+
31
+
32
+
28
33
Prerequisites
29
34
-------------
30
35
36
+ You must enable the |copilot| to use the :guilabel:`Export to Language` feature.
37
+
31
38
You must open a playground that contains a query document or pipeline
32
39
you want to export.
33
40
@@ -41,7 +48,6 @@ To open a new playground containing the default template:
41
48
42
49
.. include:: /includes/steps/open-new-playground.rst
43
50
44
-
45
51
Export a Query Document
46
52
-----------------------
47
53
You can’t perform that action at this time.
0 commit comments