From e4fb23673a4969a6543dc7dea79ce317a2ca521d Mon Sep 17 00:00:00 2001 From: bagratte Date: Mon, 17 Nov 2025 21:44:41 +0400 Subject: [PATCH] Proofread docs --- docs/copilot/chat/copilot-chat-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copilot/chat/copilot-chat-context.md b/docs/copilot/chat/copilot-chat-context.md index c5c7900c90..d541a47142 100644 --- a/docs/copilot/chat/copilot-chat-context.md +++ b/docs/copilot/chat/copilot-chat-context.md @@ -14,7 +14,7 @@ VS Code uses an index to quickly and accurately search your codebase for relevan The following workspace indexing options are available: -* **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. +* **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. * **Local index**: use an advanced semantic index that is stored on your local machine to provide fast and accurate search results for your codebase. * **Basic index**: if local indexing is not available, you can use simpler algorithms that are optimized to work locally for larger codebases.