Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kesk1057y@paranoidAndroid the problem is... I saved. The fact was that it was an azure function and I had the web editor opened in the browser and visual studio connected. The save didn`t make from Vstudio or the web took precedence (even if I didn`t save from there)
-
I have autosave on in each IDE. If I do missteps then git reset is my friend.
Also, proper IDE have local history allowing you to restore older content
If I edit stuff in the browser, I'll make sure to have a form saving extension active (Lazarus).
That way I barely lose progress. -
kesk1057y@k0pernikus ok seems to be a plugin issue actually. Just made another try, kept the web side closed, hit some modifications, saved, and reopened the remote code. Changes are not going through.
and yes, in vsCode I have the auto save too -
TobyAsE28447yAuto-save which saves like every fucking keystroke is your friend.
And also, ctrl s should be in your fingers as you finish every thought.
The moment you discover that code was not saved correctly and you lost 1h of work
rant