-
Notifications
You must be signed in to change notification settings - Fork 68
[Question] My code disappeared strangely. #72
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
Every time you open a question, it will reset the question if the file already existed. But this reset is not permanent, it only reset lines in buffer, so to undo it you just have to press Do you have But I've changed it to only reset lines if status of question is |
Thanks for the latest commit, everything is working fine now! |
Can this be set as a config item? In fact, I don't want |
Have you updated the plugin? The latest version is that it will not be reset by default. |
What I mean is that those questions that have passed should not be reset automatically. |
As for why automatic reset is bad, take me as an example: So I think it would make sense to at least make this feature configurable. |
Uh oh!
There was an error while loading. Please reload this page.
When learning of data structures and algorithms, I usually write notes through code comments.
When I reopened the file via
leetcode
after committing the code, I found that my file was overwritten and all the code and comments I wrote earlier in this file is all gone.Is there any way to prevent the
leetcode
plugin overwriting my code?Thanks a lot!
The text was updated successfully, but these errors were encountered: