diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-07-29 12:14:11 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-07-29 12:14:11 +0300 |
| commit | 2c70bb4dd882d88f7dacb6b46bd1560cce1b9d11 (patch) | |
| tree | 1b78b20ca0478c6d29f0ea4f97b58a7ed5d1f37b /docs/dev | |
| parent | e2f65f61af2ab5c2b337875a29378419ef965612 (diff) | |
| download | rust-2c70bb4dd882d88f7dacb6b46bd1560cce1b9d11.tar.gz rust-2c70bb4dd882d88f7dacb6b46bd1560cce1b9d11.zip | |
document upgrade process
closes #1615
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 74c58d4afeb..0db3e731eeb 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -116,6 +116,8 @@ Due to the requirements of running the tests inside VS Code they are **not run on CI**. When making changes to the extension please ensure the tests are not broken locally before opening a Pull Request. +To install **only** the VS Code extension, use `cargo install-ra --client-code`. + # Logging Logging is done by both rust-analyzer and VS Code, so it might be tricky to |
