projects/workspaces

This commit is contained in:
Ralf Jung 2023-08-21 10:51:58 +02:00
parent 940d87b2d0
commit 2de62be09b

View File

@ -90,8 +90,8 @@ struct ConfigData {
/// and should therefore include `--message-format=json` or a similar
/// option.
///
/// If there are multiple linked projects, this command is invoked for
/// each of them, with the working directory being the project root
/// If there are multiple linked projects/workspaces, this command is invoked for
/// each of them, with the working directory being the workspace root
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
/// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
@ -187,8 +187,8 @@ struct ConfigData {
/// Cargo, you might also want to change
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
///
/// If there are multiple linked projects, this command is invoked for
/// each of them, with the working directory being the project root
/// If there are multiple linked projects/workspaces, this command is invoked for
/// each of them, with the working directory being the workspace root
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
/// `#rust-analyzer.cargo.check.invocationLocation#`.