Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/privacy.md')
| -rw-r--r-- | docs/book/src/privacy.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/book/src/privacy.md b/docs/book/src/privacy.md new file mode 100644 index 0000000000..602c68d6f6 --- /dev/null +++ b/docs/book/src/privacy.md @@ -0,0 +1,15 @@ +# Privacy + +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. If enabled (the default), +build scripts and procedural macros can do anything. + +The Code extension does not access the network. + +Any other editor plugins are not under the control of the +`rust-analyzer` developers. For any privacy concerns, you should check +with their respective developers. + +For `rust-analyzer` developers, `cargo xtask release` uses the GitHub +API to put together the release notes. |