From a2745f9ae9699dc59c4b6edb35e03f74472294b0 Mon Sep 17 00:00:00 2001 From: Obsido Han Date: Thu, 24 Feb 2022 00:51:51 +0800 Subject: [PATCH] chore: Update README.md (#925) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f1367..cacbd72 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,13 @@ 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.loadOutDirsFromCheck": true` to correctly load +If you're using [rust-analyzer] we recommend you set `"rust-analyzer.cargo.runBuildScripts": 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 +`org.rust.cargo.evaluate.build.scripts` +[experimental feature](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features). + ### Rust Version `tonic` currently works on Rust `1.56` and above as it requires support for the 2018 edition.