diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-05-22 07:55:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 07:55:48 +0000 |
| commit | 11afee46e3b2b978a20ea05972fae211e27bf818 (patch) | |
| tree | 1e200fa6df841c5506cb3b6ad7291d52725642e5 | |
| parent | b64a9341024ef035403644e0d3ceb8bf93e497d5 (diff) | |
| parent | fb181cf6603ebe56a9cc39b9a1bcbc39a226f190 (diff) | |
| download | rust-11afee46e3b2b978a20ea05972fae211e27bf818.tar.gz rust-11afee46e3b2b978a20ea05972fae211e27bf818.zip | |
Merge pull request #19843 from oli-obk/rust-analyzer.vs
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) |
