You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
VS Code with Rust plugin makes an excellent IDE for Rust development, but in Stegos project I'm getting can't find crate for 'stegos_consenus' in the node/src/lib.rs file.
I've tried different settings for rust.build_bin and/or rust.build_lib, but without any success.
For reference, this is the precise commit that triggers the errors: https://github.com/golemfactory/golem-unlimited/commit/6fbb3070c12fe3e8417b92922344b67e41484a83
I have tried on those rust versions:
Hi! I'm working on the Stegos project https://github.com/stegos/stegos
VS Code with Rust plugin makes an excellent IDE for Rust development, but in Stegos project I'm getting
can't find crate for 'stegos_consenus'
in thenode/src/lib.rs
file.I've tried different settings for
rust.build_bin
and/orrust.build_lib
, but without any success.Here is my settings.json:
Is there a way to fix this issue?
The text was updated successfully, but these errors were encountered: