Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,19 @@
1. Type `settings`, then click **Preferences: Open User Settings (JSON)**.
1. In the JSON object, add the following top-level property, replacing `YOUR-SPN` with the correct SPN for your proxy service.

```json copy
"http.proxyKerberosServicePrincipal": "YOUR-SPN",
```
```json copy
"http.proxyKerberosServicePrincipal": "YOUR-SPN"}
```

{% endvscode %}

Check failure on line 116 in content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md

View workflow job for this annotation

GitHub Actions / lint-content

Multiple consecutive blank lines

Expected: 1; Actual: 2.
{% jetbrains %}

Check failure on line 117 in content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md

View workflow job for this annotation

GitHub Actions / lint-content

Multiple consecutive blank lines

Expected: 1; Actual: 3.
#### Overriding the default SPN in JetBrains IDEs

1. In your JetBrains IDE, click the **File** menu (Windows) or the name of the application in the menu bar (macOS), then click **Settings**.
1. In the left sidebar, click **Languages & Frameworks**, then click **GitHub Copilot**.
1. In the "Advanced" section, in the "Override Kerberos Proxy Service Principal Name" field, type the SPN for your proxy service.

{% endjetbrains %}

Check failure on line 124 in content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md

View workflow job for this annotation

GitHub Actions / lint-content

Markdown content must use valid Liquid

Liquid syntax error: tag "endjetbrains" not found.

## Allowing {% data variables.product.prodname_copilot %} to use custom certificates

Expand Down
Loading