Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardo-bruning authored May 23, 2024
1 parent fae0530 commit a69a045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ let g:copilot_proxy_strict_ssl = v:false
```json
{
"github.copilot.advanced": {
"debug.overrideProxyUrl": "http://localhost:11437",
"debug.overrideProxyUrl": "http://localhost:11437"
},
"http.proxy": "http://localhost:11435",
}
```

Expand Down

0 comments on commit a69a045

Please sign in to comment.