-
Notifications
You must be signed in to change notification settings - Fork 1k
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
file not save correctly #1757
Comments
Hey 👋 @suisuyy - I'm having trouble reproducing this. We've shipped a lot of updates to the editor recently though so I'm wondering if we fixed this. Could you see if maybe that's the case? ❤️ |
@HeyGarrison |
i have recode a short video , you can see i have remove all code and saved in script.js and then reload page ,but the code that has been deleted comeback in the video: |
A minimal context is required to triage your issue. Please open a new issue using one of our templates available here |
This deals with our git functionality which is currently being re-worked with some of our other roadmap efforts. ❤️ So moving to the core repo since it's not a webcontainer issue. |
This issue is now resolved! Full writeup in Github issue #2473 |
yeah,currently stackbliz ide will pull from repo then overwrite local file on every start. the new codeflow ide look very powerful,i need try it, thanks this is great |
oh,the new codeflow still same as old stackbliz, you cant save your work if you forgot commit to github, files will reset to last commit when open the ide,that not a good behavior |
@suisuyy I thought this had already shipped in VS Code as I know it's planned for the GA launch. Checking with the eng team. Will update you here when I hear back! |
@suisuyy we had basic persistence but that was recently removed as it was buggy - we're working on new improved persistence for launch |
thanks,its amazing work to make vscode in browser, currently |
Describe the bug
when i use ctrl+s to save file, it seems not save , the index.js not restart, nodmon not monitor the save, event i use cat index.js, it still show the old file, but when i reload the page, the file is update. this is huge problem
Link to the blitz that caused the error
https://stackblitz.com/edit/runnode?file=index.js
Steps to reproduce
1.change some text in index.js,
2.not rerun
3.use cat index.js,still old content
4.reload page
5.seems changed
Expected behavior
it should save correctly
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: