Changelog #106
Commit: 7d6fcbc
Release: 2021-12-06
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10906
(first contribution) "add return type" assist when missing whitespace before brace. -
#10896
resolve associated trait types in paths. -
#10902
handle multiple cargo check quick fix spans. -
#10920
shorten spans ofmismatched_arg_count
diagnostics. -
#10930
fixself
highlighting in imports. -
#10899
add hack to highlightself
properly with some proc macro crates. -
#10937
add back highlighting hack for unresolved attributes. -
#10841
emit moniker in LSIF. -
#10891
emit trait names in moniker identifier.
Internal Improvements
-
#10872
build symbol index from crate def map -
#10887
update bug report template to include version info. -
#10919
add missing semantic tokens topackage.json
. -
#10897
make client-side tests actually work. -
#10903
replacemocha
with a custom test runner. -
#10929
split up macro/attribute semantic tokens a bit more. -
#10944
prefer resolution of inert attributes.