- Fixed LSP go-to-definition for imported union-case usages so constructors like
IdentifierTokennavigate to the declaring case in the imported file instead of failing or landing on the enclosing type header. - Fixed LSP go-to-definition near dotted injected calls so clicks on
Map.addno longer jump to an adjacent local argument binding.
Full Changelog: 0.71.0...0.71.1