Skip to content

Commit 9efb34b

Browse files
authored
Fix keybinding formatting
1 parent e8573c4 commit 9efb34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/copilot/reference/workspace-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ VS Code can use remote code search indexes to enable AI to search your codebase
6363

6464
VS Code automatically builds and uses remote code search indexes for any GitHub-backed repositories in your workspace. Sign in with your GitHub account in VS Code and chat will automatically start using any available remote code search indexes.
6565

66-
Repositories are automatically indexed the first time `@workspace` or `#codebase` is used in chat. You can also force indexing by running the **Build Remote Workspace Index** command in the Command Palette (`kb(workbench.action.showCommands))`.
66+
Repositories are automatically indexed the first time `@workspace` or `#codebase` is used in chat. You can also force indexing by running the **Build Remote Workspace Index** command in the Command Palette (`kb(workbench.action.showCommands)`).
6767

6868
The index only needs to be built once per repository. After that, the index is automatically kept up to date. Building the index is fast for small and medium sized projects, but may take a little time if your repository contains hundreds of thousands of files. The remote index works also best if GitHub has a relatively up-to-date version of your code, so make sure to push your code to GitHub regularly.
6969

@@ -81,7 +81,7 @@ To build a local index:
8181

8282
* The project has less than 750 indexable files: VS Code automatically builds an advanced local index.
8383

84-
* The project has between 750 and 2500 indexable files: run the **Build local workspace index** command in the Command Palette (`kb(workbench.action.showCommands))` - this should only be run once.
84+
* The project has between 750 and 2500 indexable files: run the **Build local workspace index** command in the Command Palette (`kb(workbench.action.showCommands)`) - this should only be run once.
8585

8686
* The project has more than 2500 indexable files: use a [basic index](#basic-index).
8787

0 commit comments

Comments
 (0)