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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
hide solved problems
Add hide solved problems to VS Code command.
Hiding solved problems is convenient for writing, but sometimes I need to review the problems I sovled before.
The text was updated successfully, but these errors were encountered:
@taoweicn We have a setting for your request: leetcode.hideSolved
leetcode.hideSolved
Sure, I know that(even the issue was opened by me). I just want to switch that more conveniently.
@taoweicn That's not a hard request. Would you like to contribute this feature?
Just update the setting and refresh the explorer.
I'd love to do this in my spare time.
Add
hide solved problems
to VS Code command.Motivation
Hiding solved problems is convenient for writing, but sometimes I need to review the problems I sovled before.
The text was updated successfully, but these errors were encountered: