Update README.md (#1090)

I believe that the reference to Rust Analyzer build script setting is incorrect. Please verify before accepting.
This commit is contained in:
CaliViking
2022-09-28 12:47:32 -07:00
committed by GitHub
parent a7e29c9213
commit 3663faf32d
+1 -1
View File
@@ -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