mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-16 10:13:26 +00:00
update readme/codeTipsProxy.md.
Signed-off-by: luyoyu <8829470+chuangxxt@user.noreply.gitee.com>
This commit is contained in:
parent
b4fef2b182
commit
3d5cf042d0
@ -14,11 +14,11 @@ process.env.completionsUrl="http://127.0.0.1";
|
||||
process.env.telemetryUrl="http://127.0.0.1/telemetry";
|
||||
```
|
||||
|
||||
**1.1.搜索extension.js全文替换内容,注意引号一起搜索替换**
|
||||
**1.1.搜索extension.js全文替换内容,替换为上方定义的环境变量,注意引号一起搜索替换**
|
||||
|
||||
```js
|
||||
"https://copilot-proxy.githubusercontent.com"
|
||||
替换为 process.env.completionsUrl
|
||||
替换为process.env.completionsUrl
|
||||
这个是代码提示接口
|
||||
|
||||
"https://copilot-telemetry.githubusercontent.com/telemetry"
|
||||
|
Loading…
Reference in New Issue
Block a user