Update alt texts
This commit is contained in:
Родитель
e080b55c37
Коммит
e9c44b5602
|
@ -41,7 +41,7 @@ Copilot features might go through different early access stages, which are typic
|
|||
|
||||
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.
|
||||
|
||||
![Chat view in its new location after having moved](<images/1_95/chat-new-location.png>)
|
||||
![Chat view in its new location after having moved.](<images/1_95/chat-new-location.png>)
|
||||
|
||||
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:
|
||||
|
||||
|
@ -49,11 +49,11 @@ With the introduction of the new Chat menu next to the Command Center, bringing
|
|||
|
||||
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.
|
||||
|
||||
![Chat Menu](<images/1_95/chat-menu.png>)
|
||||
![Chat menu in the Command Center.](<images/1_95/chat-menu.png>)
|
||||
|
||||
**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.
|
||||
|
||||
![Chat view in its old location after having moved](<images/1_95/chat-old-location.png>)
|
||||
![Chat view in its old location showing that Chat has moved to the Secondary Side Bar.](<images/1_95/chat-old-location.png>)
|
||||
|
||||
### Automatic chat participant detection
|
||||
|
||||
|
@ -69,7 +69,7 @@ If the automatically selected participant is not appropriate for your question,
|
|||
|
||||
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.
|
||||
|
||||
![The list of available "send" commands in the chat view](<images/1_95/chat-send-commands.png>)
|
||||
![The list of available "send" commands in the chat view.](<images/1_95/chat-send-commands.png>)
|
||||
|
||||
You can also disable automatic participant detection entirely with the following setting.
|
||||
|
||||
|
@ -93,11 +93,11 @@ Symbol links are rendered as little pills in the response, just like the [file l
|
|||
|
||||
You can also hover over the symbol link to see which file the symbol is defined in:
|
||||
|
||||
![Hovering over a symbol link to see the file it's defined in](images/1_95/copilot-symbol-link-hover.png)
|
||||
![Hovering over a symbol link to see the file it's defined in.](images/1_95/copilot-symbol-link-hover.png)
|
||||
|
||||
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**:
|
||||
|
||||
![Using the context menu on a symbol link to learn more about a symbol](images/1_95/copilot-symbol-link-context-menu.png)
|
||||
![Using the context menu on a symbol link to learn more about a symbol.](images/1_95/copilot-symbol-link-context-menu.png)
|
||||
|
||||
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.
|
||||
|
||||
|
@ -105,7 +105,7 @@ Basic symbol links should work for any language that supports Go to Definition.
|
|||
|
||||
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.
|
||||
|
||||
![The Problem hover showing a fix using Copilot action](images/1_95/copilot-fix-problem-hover.png)
|
||||
![The Problem hover showing a Fix using Copilot action.](images/1_95/copilot-fix-problem-hover.png)
|
||||
|
||||
### Workspace indexing
|
||||
|
||||
|
@ -115,11 +115,11 @@ First up, the new **GitHub Copilot: Build Local Workspace index** command lets y
|
|||
|
||||
While the index is being built, we now also show a progress item in the status bar:
|
||||
|
||||
![A status bar item showing the progress of indexing the current workspace](images/1_95/copilot-workspace-ui-progress.png)
|
||||
![A status bar item showing the progress of indexing the current workspace.](images/1_95/copilot-workspace-ui-progress.png)
|
||||
|
||||
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:
|
||||
|
||||
![A warning showing on a response telling the user the Copilot user](images/1_95/copilot-workspace-ui-warning.png)
|
||||
![A warning showing on a response telling the user the Copilot index is being constructed.](images/1_95/copilot-workspace-ui-warning.png)
|
||||
|
||||
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.
|
||||
|
||||
|
@ -139,7 +139,7 @@ Last milestone, we introduced the ability to perform a semantic search using Cop
|
|||
|
||||
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.
|
||||
|
||||
![Multiple GitHub Accounts in the Account Menu](images/1_95/multi-github-accounts.png)
|
||||
![Multiple GitHub Accounts in the Account menu.](images/1_95/multi-github-accounts.png)
|
||||
|
||||
Here are a couple of scenarios in which you might need multiple accounts:
|
||||
|
||||
|
@ -156,7 +156,7 @@ Last month, we introduced the [Account Preference Quick Pick](./v1_94.md#change-
|
|||
|
||||
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.
|
||||
|
||||
![Use a new account option in the account preference quick pick](images/1_95/use-new-account.png)
|
||||
![Use a new account option in the account preference Quick Pick.](images/1_95/use-new-account.png)
|
||||
|
||||
### Settings editor indicator for Experimental and Preview settings
|
||||
|
||||
|
@ -172,7 +172,7 @@ _Theme: [Light Pink](https://marketplace.visualstudio.com/items?itemName=mgwg.li
|
|||
|
||||
In this milestone, we have added more icons for profiles. You can now choose from a wider range of icons to customize your profile.
|
||||
|
||||
![Profile Icons](images/1_95/profile-icons.png)
|
||||
![Image showing all available profile icons, highlighting the newly added icons.](images/1_95/profile-icons.png)
|
||||
|
||||
### View Icons in Panel
|
||||
|
||||
|
@ -180,11 +180,11 @@ In the workbench panel, views are typically displayed as labels in the title bar
|
|||
|
||||
**`workbench.panel.showLabels: true`**
|
||||
|
||||
![workbench.panel.showLabels enabled](images/1_95/panel-showLabels-on.png)
|
||||
![Panel area showing the labels for each panel.](images/1_95/panel-showLabels-on.png)
|
||||
|
||||
**`workbench.panel.showLabels: false`**
|
||||
|
||||
![workbench.panel.showLabels disabled](images/1_95/panel-showLabels-off.png)
|
||||
![Panel area showing an icon for each panel and no label.](images/1_95/panel-showLabels-off.png)
|
||||
|
||||
## Editor
|
||||
|
||||
|
@ -213,11 +213,11 @@ Version [0.100.0](https://github.com/microsoft/vscode-pull-request-github/blob/m
|
|||
|
||||
The new `@githubpr` Chat Participant can search for issues on GitHub.
|
||||
|
||||
![Copilot issue search for most open bugs](images/1_95/copilot-issue-search-most-bugs.png)
|
||||
![Copilot issue search for most open bugs.](images/1_95/copilot-issue-search-most-bugs.png)
|
||||
|
||||
When displaying issues, `@githubpr` will show a markdown table and try to pick the best columns to show based on the search.
|
||||
|
||||
![Copilot issue search for closed October issues](images/1_95/copilot-issue-search.png)
|
||||
![Copilot issue search for closed October issues.](images/1_95/copilot-issue-search.png)
|
||||
|
||||
#### Summarizing and Fixing with Copilot
|
||||
|
||||
|
@ -274,7 +274,7 @@ chat participant, which is capable of handling questions that likely need live i
|
|||
You can invoke it manually using
|
||||
`@websearch when did Workspace Trust ship in vscode?`
|
||||
|
||||
![the question when did Workspace Trust ship in vscode and the answer showing the references and whatnot](images/1_95/websearch-participant.png)
|
||||
![The question "when did Workspace Trust ship in vscode" and the answer showing the references and details.](images/1_95/websearch-participant.png)
|
||||
|
||||
##### Chat Tool
|
||||
|
||||
|
@ -284,7 +284,7 @@ chat tool as well, which is similar to the participant but is useful for providi
|
|||
For example:
|
||||
* `@workspace /new #websearch create a new web app written in Python using the most popular framework`
|
||||
|
||||
![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)
|
||||
![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)
|
||||
|
||||
Additionally,
|
||||
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
|
|||
|
||||
Welcome views now support the ability to render codicons. You can do so using the usual `$(icon-name)` in your welcome view.
|
||||
|
||||
![a sample welcome view showing the use of text, links, buttons, and codicons](images/1_95/welcome-view-codicons.png)
|
||||
![A sample welcome view showing the use of text, links, buttons, and codicons.](images/1_95/welcome-view-codicons.png)
|
||||
|
||||
### Chat participant access to model picker
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче