Changelog #75
Commit: eb741e8
Release: 2021-05-03
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
New Features
-
#8629(first contribution) allow pressing|to surround closure arguments in VS Code:
-
#8617(first contribution) add option to opt out of smaller font size for inlay hints in VS Code. -
#8660(first contribution) addmutablesemantic token modifier for&mut selfmethods. -
#8624automatically detect rust library source file map. -
#8685parse const param defaults.
Fixes
-
#8693(first contribution) ensure that only one cache priming task can run at a time. -
#8666report correct version string on Windows and Mac. -
#8670make error message in the status bar more useful. -
#8677returnServerNotInitializedaccording to the spec. -
#8679don’t show error message for a valid notification. -
#8684correctly parse negated literals as const args. -
#8687improve unification of non-capturing closures. -
#8692fix panic caused by newTrytrait definition on nightly toolchains. -
#8698search only crate-level prelude when looking for an item. -
#8708don’t duplicateProgress::Finishedfor cache priming.