Can a Rust program be launched from VS Code Command Palette?

Can a Rust program be launched from VS Code Command Palette? So, far I have not found a way.

How to create a new Rust project from VS Code, without going to the command line.

Not out of the box - you’d have to write your own tasks.json tasks.

What’s the concern with using the command line?

I have discovered that you can launch tests from just the vs code command palette. Use “Tasks: Run Test Task” -> “cargo test”.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.