Skip to content

Commit e9c44b5

Browse files
committed
Update alt texts
1 parent e080b55 commit e9c44b5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

release-notes/v1_95.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ Copilot features might go through different early access stages, which are typic
4141

4242
The new default location for the Chat view is the [Secondary Side Bar](https://aka.ms/vscode-secondary-sidebar). By using the Secondary Side Bar, you can have chat open at any time, while you still have other views available to you like the File Explorer or Source Control. This provides you with a more integrated AI experience in VS Code. You can quickly get to chat by using the `kb(workbench.action.chat.open)` keyboard shortcut.
4343

44-
![Chat view in its new location after having moved](<images/1_95/chat-new-location.png>)
44+
![Chat view in its new location after having moved.](<images/1_95/chat-new-location.png>)
4545

4646
With the introduction of the new Chat menu next to the Command Center, bringing up the Secondary Side Bar with chat is just a click away:
4747

4848
<video src="images/1_95/chat-video.mp4" title="Chat in Secondary Side Bar." autoplay loop controls muted></video>
4949

5050
The chat menu gives you access to the most common tasks for Copilot Chat. If you wish to hide this menu, a new setting `setting(chat.commandCenter.enabled)` is provided.
5151

52-
![Chat Menu](<images/1_95/chat-menu.png>)
52+
![Chat menu in the Command Center.](<images/1_95/chat-menu.png>)
5353

5454
**Note:** If you had previously installed GitHub Copilot, a view will show up at the location you had Chat before that enables you to restore the Chat view to the old location, if that works better for you.
5555

56-
![Chat view in its old location after having moved](<images/1_95/chat-old-location.png>)
56+
![Chat view in its old location showing that Chat has moved to the Secondary Side Bar.](<images/1_95/chat-old-location.png>)
5757

5858
### Automatic chat participant detection
5959

@@ -69,7 +69,7 @@ If the automatically selected participant is not appropriate for your question,
6969

7070
This month, we also added a command to let you skip this behavior on a per-request basis. "Send and dispatch" is the default command run when pressing "enter". "Send" will just send the request directly to Copilot Chat, and it won't be automatically dispatched to a chat participant.
7171

72-
![The list of available "send" commands in the chat view](<images/1_95/chat-send-commands.png>)
72+
![The list of available "send" commands in the chat view.](<images/1_95/chat-send-commands.png>)
7373

7474
You can also disable automatic participant detection entirely with the following setting.
7575

@@ -93,19 +93,19 @@ Symbol links are rendered as little pills in the response, just like the [file l
9393

9494
You can also hover over the symbol link to see which file the symbol is defined in:
9595

96-
![Hovering over a symbol link to see the file it's defined in](images/1_95/copilot-symbol-link-hover.png)
96+
![Hovering over a symbol link to see the file it's defined in.](images/1_95/copilot-symbol-link-hover.png)
9797

9898
To start exploring a symbol in more detail, just right-click on the symbol link to bring up a context menu with options, such as **Go to Implementations** and **Go to References**:
9999

100-
![Using the context menu on a symbol link to learn more about a symbol](images/1_95/copilot-symbol-link-context-menu.png)
100+
![Using the context menu on a symbol link to learn more about a symbol.](images/1_95/copilot-symbol-link-context-menu.png)
101101

102102
Basic symbol links should work for any language that supports Go to Definition. More advanced IntelliSense options, such Go to Implementations, also require support for that language. Make sure to install language extensions to get the best symbol support for any programming languages used in Copilot responses.
103103

104104
### Fix using Copilot action in the Problem hover
105105

106106
The Problem hover now includes the action to fix the problem using Copilot. This action is available for problems that have a fix available, and the fix is generated by Copilot.
107107

108-
![The Problem hover showing a fix using Copilot action](images/1_95/copilot-fix-problem-hover.png)
108+
![The Problem hover showing a Fix using Copilot action.](images/1_95/copilot-fix-problem-hover.png)
109109

110110
### Workspace indexing
111111

@@ -115,11 +115,11 @@ First up, the new **GitHub Copilot: Build Local Workspace index** command lets y
115115

116116
While the index is being built, we now also show a progress item in the status bar:
117117

118-
![A status bar item showing the progress of indexing the current workspace](images/1_95/copilot-workspace-ui-progress.png)
118+
![A status bar item showing the progress of indexing the current workspace.](images/1_95/copilot-workspace-ui-progress.png)
119119

120120
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:
121121

122-
![A warning showing on a response telling the user the Copilot user](images/1_95/copilot-workspace-ui-warning.png)
122+
![A warning showing on a response telling the user the Copilot index is being constructed.](images/1_95/copilot-workspace-ui-warning.png)
123123

124124
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.
125125

@@ -139,7 +139,7 @@ Last milestone, we introduced the ability to perform a semantic search using Cop
139139

140140
Graduating last month's feature to the default behavior, it's now possible to be logged in to multiple GitHub accounts in VS Code at the same time.
141141

142-
![Multiple GitHub Accounts in the Account Menu](images/1_95/multi-github-accounts.png)
142+
![Multiple GitHub Accounts in the Account menu.](images/1_95/multi-github-accounts.png)
143143

144144
Here are a couple of scenarios in which you might need multiple accounts:
145145

@@ -156,7 +156,7 @@ Last month, we introduced the [Account Preference Quick Pick](./v1_94.md#change-
156156

157157
One of the pieces of feedback we received was around wanting an easy way to add an account that is not yet logged in. This milestone, we have introduced a new item in the Quick Pick that enables you to do just that. Use the **Use a new account...** item to start an authentication flow and set the account preference to that account in one go.
158158

159-
![Use a new account option in the account preference quick pick](images/1_95/use-new-account.png)
159+
![Use a new account option in the account preference Quick Pick.](images/1_95/use-new-account.png)
160160

161161
### Settings editor indicator for Experimental and Preview settings
162162

@@ -172,19 +172,19 @@ _Theme: [Light Pink](https://marketplace.visualstudio.com/items?itemName=mgwg.li
172172

173173
In this milestone, we have added more icons for profiles. You can now choose from a wider range of icons to customize your profile.
174174

175-
![Profile Icons](images/1_95/profile-icons.png)
175+
![Image showing all available profile icons, highlighting the newly added icons.](images/1_95/profile-icons.png)
176176

177177
### View Icons in Panel
178178

179179
In the workbench panel, views are typically displayed as labels in the title bar. However, on smaller screens, these labels can exceed the available space, causing some views to overflow into a dropdown menu. To address this, we’ve added a new setting: setting(workbench.panel.showLabels:false). When disabled, views are displayed as icons instead of labels, conserving horizontal space and reducing overflow.
180180

181181
**`workbench.panel.showLabels: true`**
182182

183-
![workbench.panel.showLabels enabled](images/1_95/panel-showLabels-on.png)
183+
![Panel area showing the labels for each panel.](images/1_95/panel-showLabels-on.png)
184184

185185
**`workbench.panel.showLabels: false`**
186186

187-
![workbench.panel.showLabels disabled](images/1_95/panel-showLabels-off.png)
187+
![Panel area showing an icon for each panel and no label.](images/1_95/panel-showLabels-off.png)
188188

189189
## Editor
190190

@@ -213,11 +213,11 @@ Version [0.100.0](https://github.com/microsoft/vscode-pull-request-github/blob/m
213213

214214
The new `@githubpr` Chat Participant can search for issues on GitHub.
215215

216-
![Copilot issue search for most open bugs](images/1_95/copilot-issue-search-most-bugs.png)
216+
![Copilot issue search for most open bugs.](images/1_95/copilot-issue-search-most-bugs.png)
217217

218218
When displaying issues, `@githubpr` will show a markdown table and try to pick the best columns to show based on the search.
219219

220-
![Copilot issue search for closed October issues](images/1_95/copilot-issue-search.png)
220+
![Copilot issue search for closed October issues.](images/1_95/copilot-issue-search.png)
221221

222222
#### Summarizing and Fixing with Copilot
223223

@@ -274,7 +274,7 @@ chat participant, which is capable of handling questions that likely need live i
274274
You can invoke it manually using
275275
`@websearch when did Workspace Trust ship in vscode?`
276276

277-
![the question when did Workspace Trust ship in vscode and the answer showing the references and whatnot](images/1_95/websearch-participant.png)
277+
![The question "when did Workspace Trust ship in vscode" and the answer showing the references and details.](images/1_95/websearch-participant.png)
278278

279279
##### Chat Tool
280280

@@ -284,7 +284,7 @@ chat tool as well, which is similar to the participant but is useful for providi
284284
For example:
285285
* `@workspace /new #websearch create a new web app written in Python using the most popular framework`
286286

287-
![the question create a new web app written in Python using the most popular framework using the websearch variable with slash new. The result is a project using Django](images/1_95/websearch-tool.png)
287+
![The question "create a new web app written in Python using the most popular framework" using the websearch variable with /new. The result is a project using Django.](images/1_95/websearch-tool.png)
288288

289289
Additionally,
290290
if you are working on your own Chat Particpant or Tool,
@@ -438,7 +438,7 @@ The expand/collapse state of a `CommentThread` can be changed using the new `Com
438438

439439
Welcome views now support the ability to render codicons. You can do so using the usual `$(icon-name)` in your welcome view.
440440

441-
![a sample welcome view showing the use of text, links, buttons, and codicons](images/1_95/welcome-view-codicons.png)
441+
![A sample welcome view showing the use of text, links, buttons, and codicons.](images/1_95/welcome-view-codicons.png)
442442

443443
### Chat participant access to model picker
444444

0 commit comments

Comments
 (0)