Skip to content

Commit 964b063

Browse files
Syntactical corrections (#31753)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 768e20b commit 964b063

5 files changed

+7
-7
lines changed

content/copilot/troubleshooting-github-copilot/troubleshooting-common-issues-with-github-copilot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ When a file is affected by a content exclusion setting, {% data variables.produc
4646

4747
## Error: "{% data variables.product.prodname_copilot %} could not connect to server. Extension activation failed"
4848

49-
This error indicates that you either do not have a {% data variables.product.prodname_copilot %} subscription, or there was an error connecting to the {% data variables.product.prodname_dotcom %} API to request a token to use {% data variables.product.prodname_copilot %}.
49+
This error indicates that you do not have a {% data variables.product.prodname_copilot %} subscription, or there was an error connecting to the {% data variables.product.prodname_dotcom %} API to request a token to use {% data variables.product.prodname_copilot %}.
5050

5151
To request another token from api.github.com, try signing in and out of {% data variables.product.prodname_copilot %} from your IDE. Once you've logged out, {% data variables.product.prodname_copilot %} will prompt you to sign back in.
5252

53-
If you still cannot connect to the server, you can create a discussion in our [discussion forum](https://github.com/orgs/community/discussions/categories/copilot). You can include log files from your IDE to help us troubleshoot the issue. For more information on obtaining log files from your specific IDE, see "[AUTOTITLE](/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment)."
53+
If you cannot connect to the server, you can create a discussion in our [discussion forum](https://github.com/orgs/community/discussions/categories/copilot). You can include log files from your IDE to help us troubleshoot the issue. For more information on obtaining log files from your specific IDE, see "[AUTOTITLE](/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment)."
5454

5555
## {% data variables.product.prodname_copilot %} not suggesting multiple lines of code
5656

content/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you or your organization employs security measures like a firewall or proxy s
1515

1616
## URLs to add to an allowlist
1717

18-
Due to {% data variables.product.prodname_copilot_short %}'s interaction with a remote machine learning model and its update checking functionality, it is recommended to include the following domain URLs in the allowlist, marking them as trusted either in the user interface or within your deployment scripts.
18+
Due to {% data variables.product.prodname_copilot_short %}'s interaction with a remote machine learning model and its update-checking functionality, it is recommended to include the following domain URLs in the allowlist, marking them as trusted either in the user interface or within your deployment scripts.
1919

2020
| Domain and/or URL | Purpose |
2121
| :------------------------------------- | :--------------------------------- |

content/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you can't find {% data variables.product.prodname_copilot_chat %} in your edi
1919

2020
## Troubleshooting authentication issues in your editor
2121

22-
You can use {% data variables.product.prodname_copilot_chat %} in {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}. For troubleshooting information relevant to the editor you're using, use the tabs at the top of this article.
22+
You can use {% data variables.product.prodname_copilot_chat %} in {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}. You can use the tabs at the top of this article for troubleshooting information relevant to the editor you're using.
2323

2424
{% vscode %}
2525

@@ -39,7 +39,7 @@ If you are experiencing authentication issues after installing the {% data varia
3939

4040
If you are experiencing authentication issues after installing the {% data variables.product.prodname_copilot_chat %} extension in {% data variables.product.prodname_vs %}, you can try the following steps to resolve the issue.
4141

42-
1. Check that the {% data variables.product.prodname_dotcom %} ID you are signed into {% data variables.product.prodname_vs %} with is the same as the one that you have been granted access to {% data variables.product.prodname_copilot_chat %} with.
42+
1. Check that the {% data variables.product.prodname_dotcom %} ID you are signed into {% data variables.product.prodname_vs %} with is the same as the one you have been granted access to {% data variables.product.prodname_copilot_chat %} with.
4343
1. Check whether your {% data variables.product.prodname_dotcom %} ID/credentials need refreshing in {% data variables.product.prodname_vs %}. For more information, see "[Work with {% data variables.product.prodname_dotcom %} accounts in {% data variables.product.prodname_vs %}](https://learn.microsoft.com/en-us/visualstudio/ide/work-with-github-accounts?view=vs-2022)" in the {% data variables.product.prodname_vs %} documentation.
4444
1. Try removing and re-adding your {% data variables.product.prodname_dotcom %} ID to {% data variables.product.prodname_vs %} and restarting {% data variables.product.prodname_vs %}.
4545
1. If the above steps don't work, click the **Share feedback** button and select **Report a problem** to report the issue to the {% data variables.product.prodname_vs %} team.

content/copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If there is a problem with your proxy setup, you may see the following error: `{
4949

5050
If you know you are connecting via a proxy, make sure the proxy is configured correctly in your environment. For more information, see "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-network-settings-for-github-copilot#configuring-proxy-settings-for-github-copilot)."
5151

52-
{% data variables.product.prodname_copilot %} uses custom code to connect to proxies. This means a proxy setup that is supported by your editor is not necessarily supported by {% data variables.product.prodname_copilot %}. Some common causes for errors related to proxies are:
52+
{% data variables.product.prodname_copilot %} uses custom code to connect to proxies. This means a proxy setup supported by your editor is not necessarily supported by {% data variables.product.prodname_copilot %}. Some common causes for errors related to proxies are:
5353

5454
- If your proxy's URL starts `https://`, it is not currently supported by {% data variables.product.prodname_copilot %}.
5555
- You may need to authenticate to the proxy. {% data variables.product.prodname_copilot %} supports basic authentication or authentication with Kerberos. If you are using Kerberos, ensure you have a valid ticket for the proxy service and that you are using the correct service principal name for the service. For more information, see "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-network-settings-for-github-copilot#authentication-with-kerberos)."

content/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more information, see the [Locating IDE log files](https://intellij-support.
4949

5050
## Enabling debug mode
5151

52-
If you find the log file doesn't contain enough information to resolve an issue, it may help to temporarily enable debug logging. This can be especially helpful for debugging network-related issues.
52+
If you find the log file doesn't contain enough information to resolve an issue, it may help to enable debug logging temporarily. This can be especially helpful for debugging network-related issues.
5353

5454
1. In the menu bar, click **Help**, select **Diagnostic Tools**, and click **Debug Log Settings...**.
5555

0 commit comments

Comments
 (0)