]> git.lizzy.rs Git - rust.git/commit
Merge #2043
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 22 Oct 2019 08:09:03 +0000 (08:09 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 08:09:03 +0000 (08:09 +0000)
commit2dffae6f35ce4b5824df881a5c190daabd3efd3c
tree67a72b4f37e7c2581486785b8aeb9d1682806a46
parent8f4480d180386541b8f918bda14479f9a896eb85
parent46656222ed009831568aae7444429faf8005f242
Merge #2043

2043: Instructions for VS Code Remote Development r=matklad a=marcogroppo

`rust-analyzer` can be used with the Visual Studio Code Remote Development extension pack, but `cargo xtask install` is not enough, you have to install the `VSIX` package from VS Code.

These instructions have been added to the `README`.

Co-authored-by: Marco Groppo <marco.groppo@gmail.com>