You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/chat/copilot-chat-context.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ VS Code uses an index to quickly and accurately search your codebase for relevan
14
14
15
15
The following workspace indexing options are available:
16
16
17
-
***Remote index**: if your code is hosted in a GitHub repository, you can build a remote index search your codebase quickly, even for large codebases.
17
+
***Remote index**: if your code is hosted in a GitHub repository, you can build a remote index to search your codebase quickly, even for large codebases.
18
18
***Local index**: use an advanced semantic index that is stored on your local machine to provide fast and accurate search results for your codebase.
19
19
***Basic index**: if local indexing is not available, you can use simpler algorithms that are optimized to work locally for larger codebases.
0 commit comments