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
Each vscode window uses its own repo object, which is operating on the same hypermerge data directory. This can very easily cause data corruption.
Repro: Open two vscode windows. Select a document and inspect its feeds in both windows. Make a change in one window. See that the blocks of the locally writable feed increase by one. See that the blocks are unchanged in the other window.
The text was updated successfully, but these errors were encountered:
Each vscode window uses its own repo object, which is operating on the same hypermerge data directory. This can very easily cause data corruption.
Repro: Open two vscode windows. Select a document and inspect its feeds in both windows. Make a change in one window. See that the blocks of the locally writable feed increase by one. See that the blocks are unchanged in the other window.
The text was updated successfully, but these errors were encountered: