Release Compass VS Code 0.3.11 with static graph layouts - #235
Merged
Conversation
forhappy
marked this pull request as ready for review
August 13, 2026 07:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
Interactive graphs initialized with physics enabled, and stabilization completion used a one-shot listener. That made motion the default and allowed later relayouts to continue without returning to a static state, interfering with node and relationship targeting.
User impact
The canvas now opens still, remains selectable, and only moves after the explicit Layout action. Settings and Filters are grouped consistently in the right-side toolbar.
Validation
npm cinpm run typecheck:jsnpm run test:js— 192 viewer, 120 extension, and 82 browser tests passednode scripts/check_viewer_assets.mjsnpm run package -w editors/vscodenpm run smoke:vsix -w editors/vscode5e0dc5d2bdce091158b4b62da1067819711db92a050018e999ad54c2efd11338Rust release gates were not run because this extension/viewer-only change does not modify Rust and
/Volumes/Workspaceis unavailable; no Cargo command was allowed to fall back to the checkout.