Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 37caebb

Browse files
author
Luke Hinds
committed
Config Typo
1 parent 6ef38b3 commit 37caebb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

public/help/copilot-setup.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ sudo update-ca-certificates
5454

5555
### Configure CoPilot Settings to Use CodeGate
5656

57-
Update your CoPilot configuration to use CodeGate as a proxy. Add the following to your project configuration:
57+
Update your CoPilot configuration to use CodeGate as a proxy. Add the following
58+
settings (Ctrl+Shift+P) + "Preferences: Open User Settings (JSON)":
5859

5960
```json
6061
{
@@ -65,12 +66,14 @@ Update your CoPilot configuration to use CodeGate as a proxy. Add the following
6566
"debug.useNodeFetcher": true,
6667
"debug.useElectronFetcher": true,
6768
"debug.testOverrideProxyUrl": "https://localhost:8990",
68-
"debug.overrideProxyUrl": "https://localhost:8990
69+
"debug.overrideProxyUrl": "https://localhost:8990",
6970
}
7071
```
7172

73+
> **_NOTE:_** CoPilot may need a refresh after creating the proxy config. Restart VS-Code or open the command palate (Ctrl+Shift+P) and select "Developer: Reload Window".
74+
7275
### Start Coding with the Privacy Protections and Security of CodeGate in place
7376

7477
That’s it—you’re all set!
7578

76-
Go forth and build something amazing! 🚀✨
79+
Go forth and build something amazing! 🚀✨

0 commit comments

Comments
 (0)