diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 10:14:57 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 10:14:57 +0100 |
commit | ad63fbe61a2e024bab8baadc22863a0795d20a95 (patch) | |
tree | dc723943133ef274dcc1edaa7a67e862cd5f0691 /docs/dev | |
parent | 78317383c9d2e65af0168656b7cd9f75b746ab7f (diff) | |
parent | 2c70bb4dd882d88f7dacb6b46bd1560cce1b9d11 (diff) |
Merge #1617
1617: document upgrade process r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
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 74c58d4af..0db3e731e 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 | |||
116 | on CI**. When making changes to the extension please ensure the tests are not | 116 | on CI**. When making changes to the extension please ensure the tests are not |
117 | broken locally before opening a Pull Request. | 117 | broken locally before opening a Pull Request. |
118 | 118 | ||
119 | To install **only** the VS Code extension, use `cargo install-ra --client-code`. | ||
120 | |||
119 | # Logging | 121 | # Logging |
120 | 122 | ||
121 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to | 123 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to |