Skip to content

Commit 33b51e7

Browse files
committed
Add notes concerning privacy and network access
1 parent e5f252a commit 33b51e7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

PRIVACY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Privacy Notes
2+
3+
## LSP server binary
4+
5+
The LSP server performs no network access in itself, but runs `cargo metadata` which will update or download the crate registry and the source code of the project dependencies.
6+
7+
## Visual Studio Code extension
8+
9+
The Code extension connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks.
10+
11+
## Other editor plugins
12+
13+
Any other editor plugins that integrate with `rust-analyzer` are not under the control of the `rust-analyzer` developers. For any privacy concerns, you should check with their respective developers.
14+
15+
## Others
16+
17+
If `cargo check` is enabled (the default), any build scripts or procedural macros used by the project or its dependencies will be executed. This is also the case when `cargo check` is disabled, but build script or procedural macro support is enabled in `rust-analyzer` (off by default).

0 commit comments

Comments
 (0)