How to launch a Rust application from Visual Studio Code?
I have installed the Visual Studio Code extensions for Rust: I want to run my project and I don’t understand where to click. I tried clicking Run Task, Run build task, Configure Default build task, but nothing reasonable happens. Answer Using the integrated terminal Shortcut to run the integrated terminal: Ctrl + ` (Ctrl + … Read more