Changelog #126
Commit: b5d7a71
Release: 2022-04-25
Fixes
-
#12044(first contribution) fixCargoWorkspacepanic whenrustcSourceis set. -
#12040improve parameter completion. -
#12054fix const generic panic indyn Trait. -
#12058increase stack size in the LSP and proc-macro servers. -
#12037removerust-analyzer.inlayHints.enableand set language scope when toggling hints. -
#12042remove angle brackets from language configuration. -
#12063fall back to parameter definitions on error types in signature help. -
#12064fixide_db::searchnot searching bodies of attributed items.
Internal Improvements
-
#12053(first contribution) exportlc.LanguageClientfrom the VSCode extension. -
#12015(first contribution) update developer documentation link. -
#12023add more visibility why switching workspaces happens. -
#12021add aNameContexttoCompletionContext, move out someImmediateLocationvariants. -
#12028fix changelog generation after repository move. -
#12051addtriagebot.toml.