diff options
| author | Oli Scherer <github333195615777966@oli-obk.de> | 2025-05-22 07:35:59 +0000 |
|---|---|---|
| committer | Oli Scherer <github333195615777966@oli-obk.de> | 2025-05-22 07:37:25 +0000 |
| commit | fb181cf6603ebe56a9cc39b9a1bcbc39a226f190 (patch) | |
| tree | 1e200fa6df841c5506cb3b6ad7291d52725642e5 | |
| parent | b64a9341024ef035403644e0d3ceb8bf93e497d5 (diff) | |
| download | rust-fb181cf6603ebe56a9cc39b9a1bcbc39a226f190.tar.gz rust-fb181cf6603ebe56a9cc39b9a1bcbc39a226f190.zip | |
Remove rust-analyzer.vs from other editors
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/other_editors.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/other_editors.md b/src/tools/rust-analyzer/docs/book/src/other_editors.md index 1eac7dd2c25..896df52af5f 100644 --- a/src/tools/rust-analyzer/docs/book/src/other_editors.md +++ b/src/tools/rust-analyzer/docs/book/src/other_editors.md @@ -364,30 +364,6 @@ binary](./rust_analyzer_binary.html). There are multiple rust-analyzer extensions for Visual Studio 2022 on Windows: -### rust-analyzer.vs - -(License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 -International) - -[Visual Studio -Marketplace](https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer) - -[GitHub](https://github.com/kitamstudios/rust-analyzer/) - -Support for Rust development in the Visual Studio IDE is enabled by the -[rust-analyzer](https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer) -package. Either click on the download link or install from IDE’s -extension manager. For now [Visual Studio -2022](https://visualstudio.microsoft.com/downloads/) is required. All -editions are supported viz. Community, Professional & Enterprise. The -package aims to provide 0-friction installation and therefore comes -loaded with most things required including rust-analyzer binary. If -anything it needs is missing, appropriate errors / warnings will guide -the user. E.g. cargo.exe needs to be in path and the package will tell -you as much. This package is under rapid active development. So if you -encounter any issues please file it at -[rust-analyzer.vs](https://github.com/kitamstudios/rust-analyzer/). - ### VS RustAnalyzer (License: GPL) |
