Changelog #99
Commit: 91cbda4
Release: 2021-10-18
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10519
(first contribution) settoolinfo
in LSIF export. -
#10522
(first contribution) fix serialization ofSignatureHelp
response. -
#10534
(first contribution) improve logo rendering on dark backgrounds. -
#10538
(first contribution) make brace matching prefer the one to the right of the cursor. -
#10542
(first contribution) use workspacecargo
to fetchrust-src
metadata. -
#10543
(first contribution) narrow "Add missing match arms" assist range. -
#10491
(first contribution) support nested type in "Replaceif-let
withmatch
". -
#10533
fixAssistContext
panic on sole whitespace selection. -
#10503
only include targets of packages that are workspace members. -
#10517
reportcargo check
failures. -
#10552
fix "Missing fields" diagnostic fix replacing wrong text ranges. -
#10557
fix qualified path completion not completing macros. -
#10562
fix clippy attribute completions always insertingclippy::
. -
#10569
skip non clippy completions when completing a clippy path.
Internal Improvements
-
#10532
(first contribution) renamedescend_into_macros
functions. -
#10525
regenerate lints and features. -
#10526
improve user snippet import performance. -
#10528
,#10533
make selections in assists with trailing/leading whitespace more forgiving. -
#10423
refactor formdbook
plugin. -
#10309
useControlFlow
in "Extract function" assist. -
#10558
refactor lifetime completion context fields. -
#10561
don’t turn local names into strings inCompletionContext
.