Skip to content

Commit ba275a3

Browse files
committed
Remove clear command
1 parent 54dac11 commit ba275a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ide/copilot-chat-context.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tips & Tricks for GitHub Copilot Chat in Visual Studio'
33
description: Use slash commands, references, and threads to form better questions and get better answers with scoped context in GitHub Copilot Chat.
4-
ms.date: 1/10/2024
4+
ms.date: 3/6/2024
55
ms.topic: how-to
66
author: anandmeg
77
ms.author: meghaanand
@@ -40,7 +40,6 @@ You can use slash commands in a [chat window](visual-studio-github-copilot-chat.
4040

4141
| **Command** | **Usage** | **Chat window** | **Inline chat** |
4242
|---------------------------|--------------------|:----------:|:----------:|
43-
| /clear| Clear the chat window. <br> Example: `/clear`| Yes | No |
4443
| /doc| Add comments for specified or selected code. <br> Examples: <br>- `/doc DeleteBasketAsync method in BasketService.cs`</br>- select desired code and enter `/doc`| Yes | Yes |
4544
| /explain | Get code explanations. <br><br> Examples: <br> - `/explain the AddItemToBasket method in BasketService.cs`</br>- select desired code and enter `/explain`| Yes | Yes |
4645
| /fix | Propose a fix for problems in the selected code. <br> Examples: <br> - `/fix the SetQuantities method in BasketService.cs`</br>- select desired code and enter `/fix`| Yes | Yes |

0 commit comments

Comments
 (0)