[Rust] Not implemented on Run #2065
Unanswered
red-avtovo
asked this question in
Q&A
Replies: 4 comments
-
cc @code-asher |
Beta Was this translation helpful? Give feedback.
0 replies
-
It appears to be a deliberate error but it looks like it might be pretty easy to patch. I'll try it out soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps this should be an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Filed #2165 Thanks for reporting @red-avtovo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all, I would like to thank you for such a great project!


I'm experimenting with developing on Rust with code-server and I'm facing a weird(to me) issue.
When rust-analyzer extension successfully scans through the project it gives me an ability to run tests:
Normally it should run 'cargo test' but here I get the error:
with the following stack trace:
The same happens if I trigger
cargo build
from build tasks in command pallet.I'm not sure that it is a bug or just the absence of the feature I would happy to have but I would be glad if you will unlock that feature and let me build Rust projects not just from the terminal 😃
Beta Was this translation helpful? Give feedback.
All reactions