Skip to content

Commit 2de62be

Browse files
committed
projects/workspaces
1 parent 940d87b commit 2de62be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/rust-analyzer/src/config.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ 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
94-
/// each of them, with the working directory being the project root
93+
/// If there are multiple linked projects/workspaces, this command is invoked for
94+
/// each of them, with the working directory being the workspace root
9595
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
9696
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
9797
/// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
@@ -187,8 +187,8 @@ 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
191-
/// each of them, with the working directory being the project root
190+
/// If there are multiple linked projects/workspaces, this command is invoked for
191+
/// each of them, with the working directory being the workspace root
192192
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
193193
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
194194
/// `#rust-analyzer.cargo.check.invocationLocation#`.

0 commit comments

Comments
 (0)