Skip to content

Commit 333286b

Browse files
committed
Changelog #44
Better late than never
1 parent 4430b11 commit 333286b

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

manual.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ To disable this notification put the following to `settings.json`
6666
The server binary is stored in:
6767

6868
* Linux: `~/.config/Code/User/globalStorage/matklad.rust-analyzer`
69+
* Linux (Remote, such as WSL): `~/.vscode-server/data/User/globalStorage/matklad.rust-analyzer`
6970
* macOS: `~/Library/Application\ Support/Code/User/globalStorage/matklad.rust-analyzer`
7071
* Windows: `%APPDATA%\Code\User\globalStorage\matklad.rust-analyzer`
7172

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Changelog #44
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:277488b51e22c790b51d5f739ecb33cdd20e903f[] +
6+
Release: release:2020-09-28[]
7+
8+
Small release today: nightlies are blocked on fixing https://github.com/rust-analyzer/rust-analyzer/pull/6076#issuecomment-699920194[type inference bug].
9+
10+
== Sponsors
11+
12+
**Become a sponsor:** On https://opencollective.com/rust-analyzer/[OpenCollective] or
13+
https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
14+
15+
== New Features
16+
17+
* pr:5846[] when completing function calls, automatically insert `&`:
18+
+
19+
image::https://user-images.githubusercontent.com/1711539/94450567-b7d39980-01ad-11eb-9a81-08717c9f76f6.gif[]
20+
* pr:6061[] allow to use a Github Auth token for fetching releases.
21+
This change allows to use a authorization token provided by Github in
22+
order to fetch metadata for a RA release. Using an authorization token
23+
prevents to get rate-limited in environments where lots of RA users use
24+
a shared client IP (e.g. behind a company NAT).
25+
* pr:6056[] add `dbgr` postfix completion, which expands to `dbg!(&e)`
26+
+
27+
image::https://user-images.githubusercontent.com/1711539/94450989-33cde180-01ae-11eb-877a-6651124a707c.gif[]
28+
29+
== Internal Improvements
30+
31+
* pr:6048[] document internal scope abstraction.

0 commit comments

Comments
 (0)