diff --git a/content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md b/content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md index 9900aa64c6b3..6c462d8d8ab4 100644 --- a/content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md +++ b/content/copilot/how-tos/personal-settings/configuring-network-settings-for-github-copilot.md @@ -109,13 +109,11 @@ If the default SPN isn't correct for your proxy, you can override the SPN in {% 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 %} -{% jetbrains %} #### Overriding the default SPN in JetBrains IDEs