Changelog #132
Commit: ad6810e
Release: 2022-06-06
Fixes
-
#12387(first contribution) fix module rename to not try to edit directories instead of files. -
#12440don’t remove diagnostics with empty message:
-
#12406add option to show return inlay hints for closures without a block. -
#12412retrigger visibility completion after opening bracket. -
#12347fix panic inExtract moduleand improve import resolution. -
#12425fix float display in hover. -
#12336fix a type mismatch with associated types. -
#12427fix VSCode config patching incorrectly patching some configs. -
#12444implement parsing of?opt-out trait bounds. -
#12467fixMatch to if-letassist for wildcard patterns. -
#12470,#12472avoid duplicating output channels when restarting the server. -
#12471restart the server instead of reloading the window when config changes. -
#12475fix insert position in trait impl completions. -
#12435Code: clear status bar color, command when server status is ok.