Skip to content

Commit 74ca7a0

Browse files
authored
Merge pull request #8252 from microsoft/workspace-index
Update workspace index info
2 parents 0e6045f + a00b932 commit 74ca7a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/copilot/chat/images/copilot-chat/workspace-index-status.png

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading

docs/copilot/reference/workspace-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ You can explicitly expand the context by using chat variables, such as `#editor`
6262

6363
Copilot uses an index to quickly and accurately search your codebase for relevant code snippets. This index can either be maintained by GitHub or stored locally on your machine. This section covers the different types of indices that Copilot can use ([remote](#remote-index), [local](#local-index), and [basic](#basic-index)), and explains when each one is used and how you can switch between them.
6464

65-
To see the type of index that Copilot is currently using, check the language status UI by selecting the `{}` icon in the Status Bar. The Copilot workspace index entry shows both the index type along with any relevant information about this index, such as the number of files being reindexed.
65+
To see the type of index that Copilot is currently using, select the Copilot icon in the Status Bar. The Copilot workspace index entry shows both the index type along with any relevant information about this index, such as the number of files being reindexed.
6666

67-
![Viewing the status of the Copilot index in the language status UI](../chat/images/copilot-chat/workspace-index-status.png)
67+
![Screenshot showing the workspace index status in the Copilot status menu.](images/workspace-context/workspace-index-status.png)
6868

6969
### Remote index
7070

0 commit comments

Comments
 (0)