cursor 有救了!

542 阅读1分钟

cursor 有救了!

 

今天经过几次折腾,网络问题终于解决了,下面,我就给大家讲一下怎么操作:

 

1 mac上,输入command +p 输入:

openuser setting (json)

注意一定要有> 符号,使用英文输入法输入;

回车,打开编辑器

添加下面的一段内容:

 

"workbench.editor.enablePreview": false,

"http.proxy": "http://127.0.0.1:33210",

"http.proxyStrictSSL": false,

"http.proxySupport": "override",

"http.noProxy": [],

"cursor.general.disableHttp2": true

 

注意,这里 33210 你需要修改你的上网工具的端口,

查看你的工具设置里:

我的工具是8118 ,你需要看你自己工具的端口

修改端口:

"workbench.editor.enablePreview": false,

"http.proxy": "http://127.0.0.1:8118",

"http.proxyStrictSSL": false,

"http.proxySupport": "override",

"http.noProxy": [],

"cursor.general.disableHttp2": true

 

好了,保存一下文件;

然后,你的上网工具,设置节点为新加坡或者美国;

cursor 的网络设置,不需要改,还是http2 ;

重启cursor ;完美,网络正常了;

有问题评论区留言吧。