LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.21k stars 650 forks source link

I can't switch Chinese edition,here are some infomation. #574

Open Xiaoliuxxxx opened 4 years ago

Xiaoliuxxxx commented 4 years ago

💬 Questions and Help

image

Active Name Version Desc

√ solution.discuss 2019.02.03 Plugin to fetch most voted solution in discussions. √ company 2017.12.18 Plugin to query by company for free user. √ cache default Plugin to provide local cache. √ retry default Plugin to retry last failed request if autologin.enable is on. √ leetcode.cn 2018.11.25 Plugin to talk with leetcode-cn APIs. √ leetcode default Plugin to talk with leetcode APIs.

jdneo commented 4 years ago

@Xiaoliuxxxx What about remove the caches? ~/.lc/

xl5555123 commented 4 years ago

@Xiaoliuxxxx What about remove the caches? ~/.lc/

I try to remove the caches in ~/.lc/ but the plugin still not work

yihong0618 commented 4 years ago

@xl5555123 can you click open to see the log in the terminal?

xl5555123 commented 4 years ago

@yihong0618 It seems work well now. But I don't know why. Is there any IO operations when I click ’力扣‘?

Besides, I can't Sign In after switching to leetcode-cn.com. log is:

login: pass: - Signing in leetcode-cn.com [ERROR] Error: certificate has expired

yihong0618 commented 4 years ago

@xl5555123 try to upgrade your node version to 10+ see #563

xl5555123 commented 4 years ago

@yihong0618 it works! thx!