Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

If the default SPN isn't correct for your proxy, you can override the SPN in {% data variables.product.prodname_vscode_shortname %} and in JetBrains IDEs. You cannot currently override the default SPN in {% data variables.product.prodname_vs %}. However, you can use the environment variable `AGENT_KERBEROS_SERVICE_PRINCIPAL` to override the SPN for {% data variables.product.prodname_vs %} and JetBrains IDEs.

{% vscode %}

Check failure on line 104 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 {% vscode %} not closed.

#### Overriding the default SPN in {% data variables.product.prodname_vscode_shortname %}

Expand All @@ -110,11 +110,10 @@
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",
"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 %}

#### Overriding the default SPN in JetBrains IDEs
Expand Down
Loading