Lost my progress in remix...anywhere else to get the code as of a certain time in the course? #447
-
I was working my way through lesson 4 and stopped 1/2 way through, at about the 4:20:00 mark, right before Arrays & Structs. When I came back to finish, I lost the code I was working on in Remix. I know I can download the complete code for the entire Lesson 4 from github but is there any way to go back to where I was at a specific point? I assume not but who knows?! And am I right that you can't save code in remix so in the future if I walk away and want to come back later maybe I should be saving my progress somewhere else? Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, I don't know of a way to get back the code, but you may want to check out remixd (https://remix-ide.readthedocs.io/en/latest/remixd.html) if you want to store your Remix files locally. |
Beta Was this translation helpful? Give feedback.
-
@atenger Do not worry from lesson 5, you will be working locally in the vs code, so this issue will not occur. And sometimes remix not show code inside files, for the time being, you should close the file, refresh, and check again. But if it will not work then no problem, as I said you will be working locally from the next lesson. |
Beta Was this translation helpful? Give feedback.
-
make sure the proper work space is selected in remix? it might still be there |
Beta Was this translation helpful? Give feedback.
@atenger Do not worry from lesson 5, you will be working locally in the vs code, so this issue will not occur.
And sometimes remix not show code inside files, for the time being, you should close the file, refresh, and check again. But if it will not work then no problem, as I said you will be working locally from the next lesson.