mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-16 10:23:25 +00:00
update readme/codeTipsProxy.md.
Signed-off-by: luyoyu <8829470+chuangxxt@user.noreply.gitee.com>
This commit is contained in:
parent
8dde8c9689
commit
7ad57e2ffb
@ -24,21 +24,14 @@
|
||||
|
||||
**1.2.也可以使用[脚本](https://gitee.com/chuangxxt/share-copilot/releases/download/v1.0.4/vscode%E4%B8%80%E9%94%AE%E9%85%8D%E7%BD%AE%E8%84%9A%E6%9C%AC.bat)一键修改,需要将extension.js原来增加的内容删掉,再配置脚本一键修改**
|
||||
|
||||
```
|
||||
修改脚本内容:
|
||||
将127.0.0.1改为自己的Api url
|
||||
|
||||
GITHUB_TOKEN改为代理服务器中间件验证内容
|
||||
```
|
||||
|
||||
```bash
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
:: ghu代理
|
||||
:: 将127.0.0.1改为自己的Api url GITHUB_TOKEN改为自己代理服务器中间件验证内容
|
||||
set "GITHUB_TOKEN=123456"
|
||||
set "GITHUB_API_URL=http://127.0.0.1"
|
||||
:: 代码提示代理
|
||||
set "completionsUrl=http://127.0.0.1"
|
||||
set "telemetryUrl=http://127.0.0.1/telemetry"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user