about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-08-21 10:51:58 +0200
committerRalf Jung <post@ralfj.de>2023-08-21 10:53:37 +0200
commit2de62be09b33a86f5f9f23bdc88c589dde2f767e (patch)
treeebb50f253443f6273312a58eb6b73f60f71be2a5
parent940d87b2d05dcf074bfe5461999f244ca82f6403 (diff)
downloadrust-2de62be09b33a86f5f9f23bdc88c589dde2f767e.tar.gz
rust-2de62be09b33a86f5f9f23bdc88c589dde2f767e.zip
projects/workspaces
-rw-r--r--crates/rust-analyzer/src/config.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs
index dc678dae6eb..a6803b1b480 100644
--- a/crates/rust-analyzer/src/config.rs
+++ b/crates/rust-analyzer/src/config.rs
@@ -90,8 +90,8 @@ config_data! {
         /// 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 @@ config_data! {
         /// 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#`.