Skip to content

Commit 083cd68

Browse files
committed
projects/workspaces
1 parent 940d87b commit 083cd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/src/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ config_data! {
9090
/// and should therefore include `--message-format=json` or a similar
9191
/// option.
9292
///
93-
/// If there are multiple linked projects, this command is invoked for
93+
/// If there are multiple linked projects/workspaces, this command is invoked for
9494
/// each of them, with the working directory being the project root
9595
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
9696
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
@@ -187,7 +187,7 @@ config_data! {
187187
/// Cargo, you might also want to change
188188
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
189189
///
190-
/// If there are multiple linked projects, this command is invoked for
190+
/// If there are multiple linked projects/workspaces, this command is invoked for
191191
/// each of them, with the working directory being the project root
192192
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
193193
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and

0 commit comments

Comments
 (0)