Skip to content

Commit

Permalink
Update README.md (#1090)
Browse files Browse the repository at this point in the history
I believe that the reference to Rust Analyzer build script setting is incorrect. Please verify before accepting.
  • Loading branch information
CaliViking committed Sep 28, 2022
1 parent a7e29c9 commit 3663faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3663faf

Please sign in to comment.