mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
projects/workspaces
This commit is contained in:
parent
940d87b2d0
commit
2de62be09b
1 changed files with 4 additions and 4 deletions
|
@ -90,8 +90,8 @@ config_data! {
|
||||||
/// and should therefore include `--message-format=json` or a similar
|
/// and should therefore include `--message-format=json` or a similar
|
||||||
/// option.
|
/// option.
|
||||||
///
|
///
|
||||||
/// If there are multiple linked projects, this command is invoked for
|
/// If there are multiple linked projects/workspaces, this command is invoked for
|
||||||
/// each of them, with the working directory being the project root
|
/// each of them, with the working directory being the workspace root
|
||||||
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
|
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
|
||||||
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
|
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
|
||||||
/// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
|
/// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
|
||||||
|
@ -187,8 +187,8 @@ config_data! {
|
||||||
/// Cargo, you might also want to change
|
/// Cargo, you might also want to change
|
||||||
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
|
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
|
||||||
///
|
///
|
||||||
/// If there are multiple linked projects, this command is invoked for
|
/// If there are multiple linked projects/workspaces, this command is invoked for
|
||||||
/// each of them, with the working directory being the project root
|
/// each of them, with the working directory being the workspace root
|
||||||
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
|
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
|
||||||
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
|
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
|
||||||
/// `#rust-analyzer.cargo.check.invocationLocation#`.
|
/// `#rust-analyzer.cargo.check.invocationLocation#`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue