-
Notifications
You must be signed in to change notification settings - Fork 668
Leetcode extension does not upload solution to leetcode account #543
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
Comments
@justinzw I cannot repro this, please share a detailed repro steps of this issue |
Thanks for your reply. When I submit the code using the extension in visual studio code (even when it succeeds) the solution does not get uploaded to leetcode.com When I go to leetcode.com to the same problem I don't see my solution. Also when I submit the code on leetcode.com I don't see it in VSCode even when I log in. I think they aren't syncing. |
Still cannot repro. This is what I just tried for the problem
Suppose the
The extension will show the pass/fail result. So far there is no such feature to show the submit history in the extension |
Thank you. I guess I wasn't looking right and now I see that it works. Quick question: When I submit code through the VScode extension it doesn't "save" it in the leetcode website. When I open leetcode.com the solution is still the default empty one. Is that the expected result? |
@justinzw You should see the solution in the submission history. You cannot see it in the editing area since it is cached in the browser I guess. Solving problem in VS Code won't affect the browser cache. |
This probably is a known issue, but when I submit my solution it does not upload it to my leetcode account.
The text was updated successfully, but these errors were encountered: