Rust 101 - How to set up VS Code for Rust

preview_player
Показать описание
In this video we will be starting our journey with Rust by doing the necessary groundworks to make our adventure easier and more enjoyable overall! We will start things off by going through the procedure of installing Visual Studio Code, selecting the right installer and mentioning options we have at our disposal. After that, we will be going through the instalation process for VS Code extensions and we will be naming 6 extensions that are good options to consider for your future Rust working environment. If this all sounds interesting, I would like to invite you to join me on this journey!
Рекомендации по теме
Комментарии
Автор

Video starts at 6:08 if you already have vscode

element
Автор

Thanks for the helpful info! I subbed :D

peepoHappyy
Автор

i have problem with rust-analyzer, it shows me this : [ERROR rust_analyzer::main_loop] FetchWorkspaceError:
rust-analyzer failed to load workspace: Failed to load the project at ...
Thank you

dev-rachid
Автор

Now I understand where those parodies "on videos where author will stretch 1 minute topic 10 times for ads" are coming from 😁

Dash
Автор

Before installing extension, we should install rust in cmd !? Isn't it

dhruvaunlimited
Автор

When I start a project in windows cmd (cargo new) it creates perfectly, however this same command in vscode does not work:

"cargo : The term 'cargo' is not recognized as a cmdlet, function, script file, or operable program name. Check spelling
of the name or, if a path was included, verify that the path is correct and try again.
Not Line:1 Character:1
+ cargo run
+
+ CategoryInfo : ObjectNotFound: (position:String) [], CommandNotFoundException
+ FullyQualifiedErrorId: CommandNotFoundException"

I already have the correct extension, I even managed to create a new project using cmd, but when I run the main class script, the same error appears in the Vscode terminal. Help me please

lucaskaminski
Автор

man your auduio is iin left channel only

amvbros