How to launch a Rust application from Visual Studio Code?
Using the integrated terminal Run the following command in the integrated terminal: cargo run TLDR: Install rust-analyzer and Native debugger based on LLDB extensions, then use the Run menu (then see the terminal for the result/output): You may install these extensions using the terminal commands (and then restart the vscode): # apt install musl lldb … Read more