ccagml / leetcode-extension

Solved LeetCode problem in VS Code added some new features
https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating
MIT License
267 stars 27 forks source link

无法正常使用 #212

Closed zj970 closed 1 year ago

zj970 commented 1 year ago

在最新版的VScode中使用该插件,出现一直登录的情况,并且卡在《正在切换登录点》

zj970 commented 1 year ago

图片

ccagml commented 1 year ago

最新版版本号是多少?windows,linux,mac?

zj970 commented 1 year ago

linux vs 1.78.0-1680759472 amd64

zj970 commented 1 year ago

zj970 @.***

 

------------------ 原始邮件 ------------------ 发件人: "ccagml/leetcode-extension" @.>; 发送时间: 2023年4月7日(星期五) 下午4:44 @.>; @.**@.>; 主题: Re: [ccagml/leetcode-extension] 无法正常使用 (Issue #212)

最新版版本号是多少?windows,linux,mac?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

ccagml commented 1 year ago

我这边试了没发现不能用的情况,不清楚你的环境有没有问题

zj970 commented 1 year ago

图片 我的环境没安装特殊的东西,我后面试了一下另外一个Leetcode插件是可以用的

zj970 commented 1 year ago

尝试过卸载并重新安装,安装后还是会出现图1的界面,并且点击插件中的任意按钮都无效

zj970 commented 1 year ago

然后也做过一个尝试,就是直接在settings设置默认的登录点为cn,重启点击该插件还是出现最开始的图的问题,一直显示<正在切换登录点>

ccagml commented 1 year ago

你1.78.0是怎么下载的? 我只能从官网下载 1.77.1 b7886d7461186a5eac768481578c1d7ca80e2d21 x64

zj970 commented 1 year ago

就配置了秘钥,然后使用apt更新....

ccagml commented 1 year ago

https://github.com/microsoft/vscode/issues/179637 看起来是这个bug,fork子进程的时候,事件有问题 可以尝试把useVscodeNode这个配置关了,应该就不会有哪个问题了,2.19.5

zj970 commented 1 year ago

ok.已解决,谢谢