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
e64ced07ce
commit
0f20914b45
@ -9,7 +9,7 @@
|
|||||||
`%userprofile%\.vscode\extensions\github.copilot-xxxx\dist\extension.js`
|
`%userprofile%\.vscode\extensions\github.copilot-xxxx\dist\extension.js`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
//extension.js头部添加环境变量
|
//extension.js头部添加环境变量 127.0.0.1改为你自己的接口
|
||||||
process.env.completionsUrl="http://127.0.0.1";
|
process.env.completionsUrl="http://127.0.0.1";
|
||||||
process.env.telemetryUrl="http://127.0.0.1/telemetry";
|
process.env.telemetryUrl="http://127.0.0.1/telemetry";
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user