Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag can't show all the problems #107

Closed
xinzhige opened this issue Feb 8, 2019 · 2 comments
Closed

Tag can't show all the problems #107

xinzhige opened this issue Feb 8, 2019 · 2 comments
Labels
bug Something isn't working external dependency help wanted Extra attention is needed
Milestone

Comments

@xinzhige
Copy link

xinzhige commented Feb 8, 2019

For example, in the graph tag, it only shows 9 questions but leetcode has 21.

@jdneo jdneo added bug Something isn't working external dependency labels Feb 9, 2019
@jdneo
Copy link
Member

jdneo commented Feb 9, 2019

@xinzhige The reason why the number of listed problems is not equal to that on the website is due to two reasons:

  1. Some of the problems are locked problems, if you want to list them in the explorer, change the extension setting: leetcode.showLocked to true.

Note: Only premium account can show the locked problems

  1. The problem tag information is fetched from the cli plugin, for now, it only contains the problem information up to No.750.

@jdneo jdneo added this to the 0.15.1 milestone Jun 3, 2019
@jdneo jdneo added the help wanted Extra attention is needed label Jun 3, 2019
@jdneo
Copy link
Member

jdneo commented Jun 17, 2019

This is fixed in leetcode-tools/leetcode-cli#16

Please note that so far the problem tags are manually maintained, so when LeetCode publishes new problem, the tag might now get updated in time. I'll keep an eye on it. Meanwhile, thinking about how to get it automatically in the CLI.

@jdneo jdneo closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external dependency help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants