update readme/codeTipsProxy.md.

Signed-off-by: luyoyu <8829470+chuangxxt@user.noreply.gitee.com>
This commit is contained in:
luyoyu 2023-09-20 17:53:39 +00:00 committed by Gitee
parent dcef8e11c3
commit f6df58a5bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,9 +14,8 @@ process.env.completionsUrl="http://127.0.0.1";
process.env.telemetryUrl="http://127.0.0.1/telemetry";
```
**1.1.搜索extension.js全文搜索替换两个接口替换为上方定义的环境变量注意引号一起搜索替换
你也可以不定义环境变量直接搜索后替换成自己的url**
**1.1.extension.js全文搜索替换下面两个接口替换为上方定义的环境变量注意引号一起搜索替换**
(当然你也可以不定义环境变量直接搜索后替换成自己的url)
```js
"https://copilot-proxy.githubusercontent.com"