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
The shallow-equals package was added to our extension, but it was mistakenly included as a dev dependency. As a result, it's missing from the VSIX build, leading to build failures.
The fix is to move it to regular dependencies so it gets bundled properly.