Skip to content

Commit c5bbba2

Browse files
Update proxy authentication instructions for VS
Added options for authenticating to a proxy in Windows.
1 parent 718b5e1 commit c5bbba2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/copilot/how-tos/configure-personal-settings/configure-network-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ If you have configured a proxy but are still encountering connection errors, see
7171

7272
### Basic authentication
7373

74-
{% data variables.product.prodname_copilot_short %} for {% data variables.product.prodname_vs %} does not retrieve authentication credentials from the Windows settings. If you need to authenticate to a proxy, you can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
74+
{% data variables.product.prodname_copilot_short %} for {% data variables.product.prodname_vs %} does not retrieve authentication credentials from the Windows settings.
75+
76+
If you need to authenticate to a proxy, you can try one of the below:
77+
1. Enable passing default proxy credentials by setting the environment variable COPILOT_USE_DEFAULTPROXY to true.
78+
2. You can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
7579

7680
{% endvisualstudio %}
7781

0 commit comments

Comments
 (0)