Skip to content

Commit 5c636dd

Browse files
committed
Fix image location
1 parent 3ac8ec6 commit 5c636dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

release-notes/v1_95.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ While the index is being built, we now also show a progress item in the status b
8787

8888
Indexing workspaces with many hundreds of files can take a little time. If you try to ask an `@workspace` question while indexing is being constructed, instead of waiting, Copilot will try to respond quickly by using a simpler local index that can be built up more quickly. We now show a warning in the response when this happens:
8989

90-
![A warning showing on a response telling the user the Copilot user](copilot-workspace-ui-warning.png)
90+
![A warning showing on a response telling the user the Copilot user](images/1_95/copilot-workspace-ui-warning.png)
9191

9292
Notice that Copilot was still able to answer the question in this case, even though it used the simpler local index instead of the more advanced one. That's often the case, although more ambiguous or complex questions might only be answerable once the smarter index has been constructed. Also keep in mind that if your workspace is backed by a GitHub repository, we can instead use [GitHub's code search](https://github.blog/2023-02-06-the-technology-behind-githubs-new-code-search) to answer questions. That means that code search is used instead of the simpler local index.
9393

0 commit comments

Comments
 (0)