You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using "files.autoSave": "onFocusChange", and after installing the extension, any file being edited the first time does not have its difference recorded.
FYI, your extension works in devcontainers! The timeline VSCode feature saves changes inside the devcontainer, which is lost when the container is rebuilt. Meaning the 15 million dev container extension users should also use yours!
The text was updated successfully, but these errors were encountered:
Yes when I reported the problem I was using a workspace.
So I made a simple test, under Windows.
In a new folder from the command prompt I run the following
echo ThisIsATest >ThisIsATest.txt
code .
Then from withing VSCode I edit the ThisIsATest.txt
And when I check it in local-history the diff does not show a difference.
Hope this help, Eric
I am using "files.autoSave": "onFocusChange", and after installing the extension, any file being edited the first time does not have its difference recorded.
FYI, your extension works in devcontainers! The timeline VSCode feature saves changes inside the devcontainer, which is lost when the container is rebuilt. Meaning the 15 million dev container extension users should also use yours!
The text was updated successfully, but these errors were encountered: