You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We of the rust-analyzer team never took the opportunity to introduce ourselves, but we want to make an exception because of the current events.
16
+
17
+
One of the early rust-analyzer contributors is Vitalii, or Veetaha on GitHub. Among other things, he implemented the automatic update feature which we only recently replaced.
18
+
Vitalii is currently in Kyiv, amidst falling missiles and artillery shells.
19
+
20
+
Our friend did not ask for this, did not ask to be liberated or saved by the Russian Army.
21
+
Neither did the other countless Ukrainians who are today at risk.
22
+
Their fault is having been born in a country which a bully decided shouldn't exist any more.
23
+
24
+
In Ukraine, civilians are being shot without provocation, schools and hospitals and churches are being shelled, and women are being raped.
25
+
Such is the "liberation" that Putin has promised, the one he'll bring to Moldavia, Georgia next if not stopped, before turning again to Europe.
26
+
27
+
So please, speak up about it because if you don't, who will when your turn comes?
28
+
29
+
If you have friends or family in Russian Federation, they're all in the dark now because independent journalism has been outlawed.
30
+
Call and tell them what millions of people like us, like you are going through. And if you can, consider https://savelife.in.ua/en/donate/[making a donation].
31
+
32
+
Thank you and _Slava Ukraini!_
33
+
34
+
== Heads-up
35
+
36
+
The latest Visual Studio Code version (1.65, released on March 3) has native support for inlay hints.
37
+
We have been using a custom implementation of that, but would like to switch to the upstream one in pr:11445[], planned to be merged next week.
38
+
This means that the next release will require VS Code 1.65.
39
+
40
+
Unfortunately, the upstream implementation brings some regressions.
41
+
Specifically, the caret behaves differently when passing over the hint, and the styling is not necessarily better.
42
+
In addition, Code only updates the hints about four times per second while typing, causing them to feel more sluggish.
43
+
44
+
== New Features
45
+
46
+
* pr:11620[] support locals with multiple declaration sites:
0 commit comments