Skip to content

Commit 84e3ca6

Browse files
committed
Merged main into live
2 parents c0926cf + 836bf3e commit 84e3ca6

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/ide/copilot-chat-context.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The guided chat experience in Visual Studio 17.12 and later helps refine your pr
4848
The custom instructions feature enables you to automatically add pre-specified contextual details to your chat questions. Copilot Chat uses these instructions tailored to your specific context, such as, the way your team works, the tools you use, or the specifics of your project, when generating responses.
4949

5050
To configure custom instructions:
51-
1. [Create/add](https://docs.github.com/en/enterprise-cloud@latest/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) a custom instructions file `.github/copilot-instruction.md` in the root of your repository.
51+
1. [Create/add](https://docs.github.com/en/enterprise-cloud@latest/copilot/customizing-copilot/adding-custom-instructions-for-github-copilot) a custom instructions file `.github/copilot-instructions.md` in the root of your repository.
5252
1. Enable the feature in Visual Studio via **Tools** > **Options** > **GitHub** > **Copilot** > select **(Preview) Enable custom instructions to be loaded from .github/copilot-instructions.md files and added to requests.**.
5353

5454
Custom instructions are not visible in the Chat view or inline chat. However, when used by Copilot, the`.github/copilot-instructions.md` file is listed in the References list of a response.
@@ -71,6 +71,8 @@ You can use slash commands in a [chat window](visual-studio-github-copilot-chat.
7171

7272
:::image type="content" source="media/vs-2022/copilot-chat-context/copilot-chat-context-slash-commands.png" alt-text="Screenshot of slash commands in inline chat view and chat windows.":::
7373

74+
With Visual Studio 2022 version 17.13, as the user types a slash command, the command expands out the prompt in natural language to display the context the command will use.
75+
7476
## <a name="reference"></a>Reference: scope Copilot results to a particular file or entire solution
7577

7678
You can ask your coding related questions in natural language and GitHub Copilot Chat will answer these in the context of the codebase open in Visual Studio. With references you can get more specific about the information you want Copilot to consider when answering your question.
@@ -126,13 +128,13 @@ If you’re using Copilot Chat extensively to ask questions as you code, you can
126128

127129
### <a name="new-thread"></a>New chat thread
128130

129-
You can start a new thread by selecting the **Create new thread** in the chat window.
131+
Select **Create new thread** or <kbd>Ctrl</kbd>+<kbd>N</kbd> in the chat window to start a new thread.
130132

131133
:::image type="content" source="media/vs-2022/copilot-chat-context/copilot-chat-new-thread-conversation.png" alt-text="Screenshot of Create new thread icon in Copilot Chat.":::
132134

133135
### <a name="switch-thread"></a>Switch chat thread
134136

135-
You can select between multiple ongoing threads to provide the right historical context for your question.
137+
You can select between multiple ongoing threads to provide the right historical context for your question. You can use <kbd>Ctrl</kbd>+<kbd>PgDown</kbd> for previous thread or <kbd>Ctrl</kbd>+<kbd>PgUp</kbd> for next thread in the chat window. <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd> expands the thread dropdown.
136138

137139
:::image type="content" source="media/vs-2022/copilot-chat-context/copilot-chat-switch-threads.png" alt-text="Screenshot of switching between ongoing threads in Copilot Chat.":::
138140

docs/msbuild/aspnetcompiler-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following table describes the parameters of the `AspNetCompiler` task.
2727

2828
|Parameter|Description|
2929
|---------------|-----------------|
30-
|`AllowPartiallyTrustedCallers`|Optional `Boolean` parameter.<br /><br /> If this parameter is `true`,, the strong-name assembly will allow partially trusted callers.|
30+
|`AllowPartiallyTrustedCallers`|Optional `Boolean` parameter.<br /><br /> If this parameter is `true`, the strong-name assembly will allow partially trusted callers.|
3131
|`Clean`|Optional `Boolean` parameter<br /><br /> If this parameter is `true`, the precompiled application will be built clean. Any previously compiled components will be recompiled. The default value is `false`. This parameter corresponds to the **-c** switch on *aspnet_compiler.exe*.|
3232
|`Debug`|Optional `Boolean` parameter.<br /><br /> If this parameter is `true`, debug information (.PDB file) is emitted during compilation. The default value is `false`. This parameter corresponds to the **-d** switch on *aspnet_compiler.exe*.|
3333
|`DelaySign`|Optional `Boolean` parameter.<br /><br /> If this parameter is `true`, the assembly is not fully signed when created.|

docs/toc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,24 +143,24 @@
143143
items:
144144
- name: Install and manage GitHub Copilot
145145
href: ide/visual-studio-github-copilot-install-and-states.md
146+
- name: GitHub Copilot Free
147+
href: ide/copilot-free-plan.md
146148
- name: Use GitHub Copilot Completions
147149
href: ide/visual-studio-github-copilot-extension.md
148150
- name: Use GitHub Copilot Chat
149151
href: ide/visual-studio-github-copilot-chat.md
150152
- name: Tips to improve Copilot Chat results
151153
href: ide/copilot-chat-context.md
152-
- name: Copilot Edits (Preview)
154+
- name: Copilot Edits
153155
href: ide/copilot-edits.md
154156
- name: Debug with GitHub Copilot
155157
href: debugger/debug-with-copilot.md
156158
- name: Deploy GitHub Copilot to your enterprise
157159
href: ide/deploy-copilot-to-enterprise.md
158-
- name: Troubleshoot GitHub Copilot state
159-
href: ide/visual-studio-github-copilot-troubleshoot.md
160160
- name: Admin controls for GitHub Copilot
161161
href: ide/visual-studio-github-copilot-admin.md
162-
- name: GitHub Copilot Free
163-
href: ide/copilot-free-plan.md
162+
- name: Troubleshoot GitHub Copilot state
163+
href: ide/visual-studio-github-copilot-troubleshoot.md
164164
- name: IntelliCode
165165
items:
166166
- name: 'What is IntelliCode?'

0 commit comments

Comments
 (0)