We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add another option to "LeetCode: Test in LeetCode" - "Run last test cases"
It really fits in the developer workflow. When I'm stuck I really want to fiddle the code again test cases that fail.
I would be glad to add PR. Do you think some static field is enough for implementation? We could also use https://code.visualstudio.com/api/references/vscode-api#Memento
Hashmap (solution Id -> test case payload)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Proposal
Add another option to "LeetCode: Test in LeetCode" - "Run last test cases"
Motivation
It really fits in the developer workflow. When I'm stuck I really want to fiddle the code again test cases that fail.
Contribution
I would be glad to add PR. Do you think some static field is enough for implementation? We could also use https://code.visualstudio.com/api/references/vscode-api#Memento
Hashmap (solution Id -> test case payload)
The text was updated successfully, but these errors were encountered: