tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

fail to open grpc-rs project in idea installed with intellij-rust plugin #562

Open betwins opened 2 years ago

betwins commented 2 years ago

I fail to open grpc-rs project in idea installed with intellij-rust plugin. And I do successfully it with raft-rs project reproduce-steps:

  1. select the project folder or the toml file
    image

  2. click the "ok" button

  3. the files have not been download. image

BusyJay commented 2 years ago

I'm sorry, I'm not familiar with intellij to provide help. But to initialize the required submodule, you can run command cargo xtask submodule in grpc-rs root directory.