@@ -90,8 +90,8 @@ config_data! {
90
90
/// and should therefore include `--message-format=json` or a similar
91
91
/// option.
92
92
///
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
95
95
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
96
96
/// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
97
97
/// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
@@ -187,8 +187,8 @@ config_data! {
187
187
/// Cargo, you might also want to change
188
188
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
189
189
///
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
192
192
/// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
193
193
/// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
194
194
/// `#rust-analyzer.cargo.check.invocationLocation#`.
0 commit comments