From 8dd7a306f4c89451c772caec24f6d354f728f66e Mon Sep 17 00:00:00 2001 From: CaliViking Date: Wed, 28 Sep 2022 12:22:00 -0700 Subject: [PATCH] Update README.md I believe that the reference to Rust Analyzer build script setting is incorrect. Please verify before accepting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b11acce..ce2b79389 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ contains the tools to build clients and servers from [`protobuf`] definitions. Examples can be found in [`examples`] and for more complex scenarios [`interop`] may be a good resource as it shows examples of many of the gRPC features. -If you're using [rust-analyzer] we recommend you set `"rust-analyzer.cargo.runBuildScripts": true` to correctly load +If you're using [rust-analyzer] we recommend you set `"rust-analyzer.cargo.buildScripts.enable": true` to correctly load the generated code. For IntelliJ IDEA users, please refer to [this](https://github.com/intellij-rust/intellij-rust/pull/8056) and enable