Changelog #127
Commit: 5dce1ff
Release: 2022-05-02
Configuration Revamp
#12010 renames most configuration keys to allow for more flexibility.
Once it gets merged (probably next week), the VS Code extension should still seamlessly support the old versions.
However, if you are using a different client, you might need to update your settings. The linked PR contains a comprehensive description of the keys that were renamed.
Fixes
-
#12072(first contribution) fix associated type resolution. -
#12089(first contribution) handle raw identifiers inmove_module_to_file. -
#12071(first contribution) change tabs to spaces inmacro_rulessnippet. -
#12057(first contribution) disable visibility token validation in trait impls with attributes. -
#12111fix outline mod completion with partial module name:
-
#12099resolve variants in patterns when qualified through type aliases. -
#12075don’t emit a quickfix for placeholder suggestions from rustc/clippy. -
#12082use correct parameter list for methods in signature help. -
#12085fix filtering in function parameter completion. -
#12007restart proc-macro client when reloading the workspace. -
#12098showmacro_rulessnippet in blocks. -
#12090use pattern recovery set when parsing ident patterns. -
#12097revert quoting of runnable names.