Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The **review changes** type of {% data variables.copilot.copilot_code-review_sho
Two types of {% data variables.copilot.copilot_code-review_short %} are available:

* **Review selection:** Highlight code and ask for an initial review _(only available in {% data variables.product.prodname_vscode_shortname %})_
* **Review changes:** Request a deeper review of all your changes _(available in {% data variables.product.prodname_vscode_shortname %} and the {% data variables.product.github %} website)_
* **Review changes:** Request a deeper review of all your changes _(available in Visual Studio, {% data variables.product.prodname_vscode_shortname %} and the {% data variables.product.github %} website)_
Copy link

Copilot AI Jul 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual Studio should be replaced with a Liquid variable. Based on the content guidelines, product names should use variables rather than hardcoded text. Consider using an appropriate variable from data/variables/product.yml such as {% data variables.product.prodname_vs %} or similar if it exists.

Copilot generated this review using guidance from repository custom instructions.

This version of the article relates to {% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website. To see information about the review selection type of {% data variables.copilot.copilot_code-review_short %}, click the "{% data variables.product.prodname_vscode %}" tool switcher at the top of the page.

Expand Down
Loading