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
fix: do not include fileContent when opening file (#476)
When a file is first opened in the editor, we should not pass
`fileContent` to the project service, because doing so assumes that the
content in the editor is more up-to-date than the content on disk, which
is not true. We only keep track of changes of files that are already on
disk, so the content on disk is already the latest snapshot.
This is a prerequisite to remove `getExternalFiles()`.
See discussion at #473
0 commit comments