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
In Basic mode, if I Sync and have a default merge branch configured, changes rebased from the default merge branch do not actually get imported and compiled into IRIS.
The way we are diffing across the rebase to list files that have changed never shows any changes.
The reason we never caught this before is because we would test by opening the changed item in VS Code, which calls the OnBeforeLoad to load the item from disk.
The text was updated successfully, but these errors were encountered:
In Basic mode, if I Sync and have a default merge branch configured, changes rebased from the default merge branch do not actually get imported and compiled into IRIS.
The way we are diffing across the rebase to list files that have changed never shows any changes.
The reason we never caught this before is because we would test by opening the changed item in VS Code, which calls the OnBeforeLoad to load the item from disk.
The text was updated successfully, but these errors were encountered: