Skip to content

Commit 4e523cd

Browse files
authored
Merge pull request #37738 from github/repo-sync
Repo sync
2 parents 4508400 + afa867b commit 4e523cd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

content/copilot/using-github-copilot/code-review/using-copilot-code-review.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The current functionality and availability of the two types of review is summari
2828

2929
{% rowheaders %}
3030

31-
| | Review selection | Review changes |
32-
|------------------|------------------|----------------|
33-
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
31+
| | Review selection | Review changes |
32+
|------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
33+
| Available in | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
3434
| Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.product.prodname_copilot_pro_short %}, {% data variables.product.prodname_copilot_pro_plus_short %}, {% data variables.product.prodname_copilot_business_short %}, and {% data variables.product.prodname_copilot_enterprise_short %} plans. Per-person monthly quota applies. |
35-
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
36-
| Language support | All | C#, Go, Java, JavaScript, Markdown, Python, Ruby, TypeScript <br><br> {% data variables.release-phases.public_preview_caps %} support for C, C++, Kotlin, and Swift. |
37-
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
35+
| Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
36+
| Language support | All | C, C#, C++, Go, Java, JavaScript, Kotlin, Markdown, Python, Ruby, Swift, TypeScript <br><br> {% data variables.release-phases.public_preview_caps %} support for HTML and Text. |
37+
| Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines) |
3838

3939
{% endrowheaders %}
4040

@@ -76,16 +76,20 @@ When you reach your monthly quota you will not be able to get a code review from
7676

7777
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports the following languages:
7878

79+
* C
7980
* C#
81+
* C++
8082
* Go
8183
* Java
8284
* JavaScript
85+
* Kotlin
8386
* Markdown
8487
* Python
8588
* Ruby
89+
* Swift
8690
* TypeScript
8791

88-
Plus {% data variables.release-phases.public_preview %} support for C, C++, Kotlin, and Swift.
92+
Plus {% data variables.release-phases.public_preview %} support for HTML & Text.
8993

9094
{% endwebui %}
9195

0 commit comments

Comments
 (0)