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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix buf format dropping comments next to commas or semicolons in message literals.
Fix compilation failing to resolve symbols re-exported through import public when the
re-exporting file also reaches those symbols through a non-public import.
Fix LSP go to definition not resolving across files inside dependency and well-known-type
files, and release workspaces when their last open file closes to free resources.
Fix LSP finding only a subset of references to symbols declared in
dependencies, including well-known types.
Fix buf format non-idempotent trailing comment formatting.
Update built-in Well-Known Types to Protobuf v35.1.
Fix managed mode setting java_multiple_files on Edition 2024 files, which is not
allowed and causes code generation to fail.