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: release-notes/v1_97.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,17 +88,17 @@ Temporal context helps when editing or generating code by informing the language
88
88
89
89
### Workspace index status UI
90
90
91
-
When you ask Copilot a question about the code in your project by using `@workspace` or `#codebase`, we use an index to quickly and accurately search your codebase for relevant code snippets to include as context. This index can either be a [remote index managed by GitHub](https://code.visualstudio.com/docs/copilot/workspace-context.md#remote-index), [a locally stored index](https://code.visualstudio.com/docs/copilot/workspace-context.md#local-index), or [a basic index](https://code.visualstudio.com/docs/copilot/workspace-context.md#basic-index) used as a fallback for large projects that can't use a remote index.
91
+
When you ask Copilot a question about the code in your project by using `@workspace` or `#codebase`, we use an index to quickly and accurately search your codebase for relevant code snippets to include as context. This index can either be a [remote index managed by GitHub](https://code.visualstudio.com/docs/copilot/workspace-context#_remote-index), [a locally stored index](https://code.visualstudio.com/docs/copilot/workspace-context#_local-index), or [a basic index](https://code.visualstudio.com/docs/copilot/workspace-context#_basic-index) used as a fallback for large projects that can't use a remote index.
92
92
93
93
This iteration, we've added the new workspace index to the language status indicator in the Status Bar that shows the type of index being used by Copilot and related information, such as the number of files being reindexed. To see this, just select the `{}` icon in the VS Code Status Bar.
94
94
95
95

96
96
97
-
Check out the [Copilot workspace docs](https://code.visualstudio.com/docs/copilot/workspace-context.md#managing-the-workspace-index) for more info about the types of workspace indexes and how you can switch between them.
97
+
Check out the [Copilot workspace docs](https://code.visualstudio.com/docs/copilot/workspace-context#_managing-the-workspace-index) for more info about the types of workspace indexes and how you can switch between them.
98
98
99
99
### Build a remote workspace index
100
100
101
-
[Remote workspace indexes](https://code.visualstudio.com/docs/copilot/workspace-context.md#remote-index) are managed by GitHub. A remote index can provide high-quality results quickly, even for large projects. They also only have to be built once per GitHub project, instead of once per user.
101
+
[Remote workspace indexes](https://code.visualstudio.com/docs/copilot/workspace-context#_remote-index) are managed by GitHub. A remote index can provide high-quality results quickly, even for large projects. They also only have to be built once per GitHub project, instead of once per user.
102
102
103
103
Given all these advantages, we have added several new ways to upgrade a project to a remote index:
104
104
@@ -114,11 +114,11 @@ Keep in mind that only projects with a GitHub remote can currently use a remote
114
114
115
115
We've also continued optimizing code search for `@workspace` and `#codebase`. Highlights include:
116
116
117
-
- Improved tracking and handling of locally changed files when using a [remote index](https://code.visualstudio.com/docs/copilot/workspace-context.md#remote-index).
117
+
- Improved tracking and handling of locally changed files when using a [remote index](https://code.visualstudio.com/docs/copilot/workspace-context#_remote-index).
118
118
119
-
- Added background updating of changed files in the [local index](https://code.visualstudio.com/docs/copilot/workspace-context.md#local-index), so that `@workspace` questions don't have to wait for them to be updated.
119
+
- Added background updating of changed files in the [local index](https://code.visualstudio.com/docs/copilot/workspace-context#_local-index), so that `@workspace` questions don't have to wait for them to be updated.
120
120
121
-
- Optimized the [basic index](https://code.visualstudio.com/docs/copilot/workspace-context.md#basic-index) for large projects.
121
+
- Optimized the [basic index](https://code.visualstudio.com/docs/copilot/workspace-context#_basic-index) for large projects.
122
122
123
123
### Git changes context variable
124
124
@@ -385,7 +385,7 @@ This is supported for any images that are part of the current workspace.
385
385
386
386
### Markdown link validation status item
387
387
388
-
VS Code's built-in Markdown features support automatically [validating local links to files and images](https://code.visualstudio.com/docs/languages/markdown.md#link-validation). This is a great way to catch common mistakes, such as linking to a header that was renamed or to a file that no longer exists on disk.
388
+
VS Code's built-in Markdown features support automatically [validating local links to files and images](https://code.visualstudio.com/docs/languages/markdown#_link-validation). This is a great way to catch common mistakes, such as linking to a header that was renamed or to a file that no longer exists on disk.
389
389
390
390
To help you discover this feature, we've added a new language status item for link validation:
0 commit comments