We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
languages
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
When parsing problem data, available languages of a specific problem should also be parsed for IProblem.
IProblem
Currently, when showing problem, the quickpick lists all the languages in leetcode, but some of them are unavailable for a specific problem.
For example, if I try to show solution for [1] Two Sum in language MySQL, I'll get
[1] Two Sum
The Problem No. is 686.
I think it could be suspended util we use our own lib instead of leetcode-cli.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Proposal
When parsing problem data, available languages of a specific problem should also be parsed for
IProblem
.Motivation
Currently, when showing problem, the quickpick lists all the languages in leetcode, but some of them are unavailable for a specific problem.
For example, if I try to show solution for

[1] Two Sum
in language MySQL, I'll getThe Problem No. is 686.
Contribution
I think it could be suspended util we use our own lib instead of leetcode-cli.
The text was updated successfully, but these errors were encountered: