commit | f6e2895ee667b0c65b022d67dee6287be65edf37 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Mon Mar 18 08:48:57 2024 +0000 |
committer | bors <bors@rust-lang.org> | Mon Mar 18 08:48:57 2024 +0000 |
tree | 193d5cfc66a508f269e9bd8ccb962887c8c02174 | |
parent | a71a0328d8819590edb636426cacc1f847f13adc [diff] | |
parent | 4422a90b1106065146d0f3f6d0aa86c212753c10 [diff] |
Auto merge of #16839 - Wilfred:extension_refactor_for_shell, r=Veykril Refactor extension to support arbitrary shell command runnables Currently, the extension assumes that all runnables invoke cargo. Arguments are sometimes full CLI arguments, and sometimes arguments passed to a cargo subcommand. Refactor the extension so that tasks are just a `program` and a list of strings `args`, and rename `CargoTask` to `RustTask` to make it generic. (This was factored out of #16135 and tidied.)
rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
https://rust-analyzer.github.io/manual.html#installation
If you want to contribute to rust-analyzer or are just curious about how things work under the hood, check the ./docs/dev folder.
If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the corresponding sections of the manual.
For usage and troubleshooting requests, please use “IDEs and Editors” category of the Rust forum:
https://users.rust-lang.org/c/ide/14
For questions about development and implementation, join rust-analyzer working group on Zulip:
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.