啥情况,不给用了吗
|  |      1monstericeer      178 天前 我也不行,准备包年 cursor 了,就贵 1$ | 
|      2linauror      178 天前 今天使用时也遇到了,还以为电脑的问题 | 
|      3yuxxzz OP @monstericeer 啥?付费用户也用不了? | 
|      4fresco      178 天前 付费一样的,已经挂了好几天了 | 
|  |      5AaronK      178 天前 我也是挂了。我一直以为是我的网络问题。 | 
|  |      6zcf0508      178 天前 节前我的也不行,今天好了。不过不知道是不是因为我更新了编辑器,大家也可以更新试下。 | 
|      7SmallZheng      178 天前 挂好几天了,还没恢复吧? | 
|  |      8monstericeer      178 天前 @yuxxzz 是的,五一开始 Tab 就不行了 | 
|      9SimbaPeng      178 天前 全局梯子就可以用了 | 
|      10limard      178 天前  2 @fresco  @AaronK @SmallZheng 全局梯子,加开 Windsurf - Advanced Settings 最下面的 Detect Proxy Enable automatic proxy detection. Toggling this will force Windsurf to reload. 然后试试 | 
|      11changehow      178 天前 @limard 这个方法可解,https://discord.com/channels/1027685395649015980/1368901461240709182 不过好像有些人说这个方法也无解。。。 | 
|  |      1222P      178 天前 我用 tun 模式也经常不能用,已经换到 Augment 了 | 
|      13sleet      178 天前 几分钟前突然好了 | 
|      14Ggmusic      178 天前 via iPhone https://southcentral.codeium.com:30099 给这个域名的 30099 做个反代,或者魔法,应该可以解决 winsurf tab 问题。 | 
|      15cokyhe      178 天前 下午好像没法用了,不出代码提示了 | 
|      16folnet      178 天前  1 被 openai 收购了,现在正在数钱中 | 
|      17cdwyd      178 天前 刚好解决了这个情况,不需要全局开梯子,只要在 vscode 的设置中 搜索 proxy 然后配置 http 代理 然后打开下面的 Http: Proxy Support 然后就可以正常补全了。 | 
|  |      18icyalala      177 天前 忙切起名呢,等以后说不定会改成 GPTSurf-o4 之类的奇怪的东西了 | 
|      19SmallZheng      177 天前 换到 Augment 了 | 
|  |      20shuiduoduo      177 天前 现在有 Client windsurf: connection to server is erroring. Shutting down server. | 
|  |      22jenhe      176 天前 用美国的节点 | 
|  |      23461229187      176 天前 我现在是 cascade 可以用,tab 不行,不知道为啥 | 
|      24hank9999      175 天前 @461229187 检查下 southcentral.codeium.com:30099 连通性(多半是这个问题 | 
|      25shaojian0702      173 天前 5 月 11 中午还是不行。 全局模式等仍然不行。等官方修复吧。 | 
|  |      26sparkle2015      172 天前 用 #10 @limard 的方法奏效了: 1. 把节点从香港切换到了新加坡 (其它没试,但香港的就是不行) 2. 进入 windsurf advanced setting ,搜索 proxy ,打开 "Detect Proxy" 然后我这里代码提示就重新出现了。 | 
|      27stdout      172 天前 代理了才能提示,太慢了。直接放弃了。 | 
|      28holdeer      172 天前 我从它还是 codeium 的时候就一直在用,最近真是越来越离谱,几乎到了没法用的地步 打算弃用了,大家有什么推荐的? 准备试用下灵码,不知道性能和效果怎么样 | 
|      29shaojian0702      172 天前 @holdeer 我也打算弃用了。这狗东西简直了。 | 
|  |      30charlesss      172 天前 我也是,我以为我🪜坏了,又花了 100 重新买个🪜,之后发现不是🪜的问题,是 windsurf 自己的问题,垃圾。 而且早期用户也要 $15 ,不知道下个月扣分是啥样,垃圾... | 
|      31CoverL      171 天前 垃圾,我还以为是🪜问题 | 
|      32CoverL      171 天前 | 
|  |      33AaronK      171 天前 clash verge 开启虚拟网卡模式就可以了。是网络问题。 | 
|  |      34dbskcnc      171 天前  1 全局 tun 代理可解,给个 sing-box 的配置 ```json { "log": { "disabled": true, "level": "info", "timestamp": true }, "dns": { "servers": [ { "tag": "google", "address": "udp://8.8.8.8", "detour": "socks-33" }, { "tag": "alidns", "address": "223.5.5.5", "detour": "direct" } ], "rules": [ { "rule_set": ["geosite-gfw"], "server": "google" }, { "rule_set": ["geosite-cn"], "server": "alidns" } ], "strategy": "prefer_ipv4", "final": "alidns" }, "inbounds": [ { "type": "mixed", "tag": "mixed-in", "listen": "127.0.0.1", "listen_port": 10000, "users": [ { "username": "yj", "password": "yj" } ], "tcp_fast_open": true, "sniff": true, "set_system_proxy": false }, { "type": "tun", "tag": "tun-in", "address": ["172.18.0.1/30"], "auto_route": true, "stack": "system", "sniff": true } ], "outbounds": [ { "type": "direct", "tag": "direct" }, { "type": "socks", "tag": "socks-33", "server": "10.20.30.33", "server_port": 20800, "network": "tcp", "tcp_fast_open": true } ], "route": { "rules": [ { "rule_set": ["geosite-cn"], "outbound": "direct" }, { "rule_set": ["geosite-gfw"], "outbound": "socks-33" }, { "domain_suffix": ["codeium.com", "windsurf.com","v2ex.com"], "outbound": "socks-33" }, { "port": 30099, "outbound": "socks-33" }, { "domain": [ "dl.google.com", "bfdx.com", "bfdx.net", "kicad99.com", "jetbrains.com", "aliyun.com", "aliyuncs.com", "npmmirror.com" ], "outbound": "direct" }, { "ip_is_private": true, "outbound": "direct" }, { "domain_suffix": [".cn"], "outbound": "direct" } ], "auto_detect_interface": true, "rule_set": [ { "tag": "geosite-cn", "type": "remote", "format": "binary", "url": "https://fastly.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-cn.srs", "download_detour": "direct" }, { "tag": "geosite-gfw", "type": "remote", "format": "binary", "url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/gfw.srs", "download_detour": "socks-33" } ] } } ``` | 
|  |      36freefcw      171 天前 试了一下得本地开 tun 才行 |