Changelog #99
Commit: 91cbda4
Release: 2021-10-18
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10519(first contribution) settoolinfoin LSIF export. -
#10522(first contribution) fix serialization ofSignatureHelpresponse. -
#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 workspacecargoto fetchrust-srcmetadata. -
#10543(first contribution) narrow "Add missing match arms" assist range. -
#10491(first contribution) support nested type in "Replaceif-letwithmatch". -
#10533fixAssistContextpanic on sole whitespace selection. -
#10503only include targets of packages that are workspace members. -
#10517reportcargo checkfailures. -
#10552fix "Missing fields" diagnostic fix replacing wrong text ranges. -
#10557fix qualified path completion not completing macros. -
#10562fix clippy attribute completions always insertingclippy::. -
#10569skip non clippy completions when completing a clippy path.
Internal Improvements
-
#10532(first contribution) renamedescend_into_macrosfunctions. -
#10525regenerate lints and features. -
#10526improve user snippet import performance. -
#10528,#10533make selections in assists with trailing/leading whitespace more forgiving. -
#10423refactor formdbookplugin. -
#10309useControlFlowin "Extract function" assist. -
#10558refactor lifetime completion context fields. -
#10561don’t turn local names into strings inCompletionContext.