File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,12 @@ 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
95
+ /// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
96
+ /// by changing `#rust-analyzer.cargo.buildScripts.invocationStrategy#` and
97
+ /// `#rust-analyzer.cargo.buildScripts.invocationLocation#`.
98
+ ///
93
99
/// By default, a cargo invocation will be constructed for the configured
94
100
/// targets and features, with the following base command line:
95
101
///
@@ -183,7 +189,9 @@ config_data! {
183
189
///
184
190
/// If there are multiple linked projects, this command is invoked for
185
191
/// each of them, with the working directory being the project root
186
- /// (i.e., the folder containing the `Cargo.toml`).
192
+ /// (i.e., the folder containing the `Cargo.toml`). This can be overwritten
193
+ /// by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
194
+ /// `#rust-analyzer.cargo.check.invocationLocation#`.
187
195
///
188
196
/// An example command would be:
189
197
///
You can’t perform that action at this time.
0 commit comments