Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/walkthrough-create-project.md')
| -rw-r--r-- | editors/code/walkthrough-create-project.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/walkthrough-create-project.md b/editors/code/walkthrough-create-project.md new file mode 100644 index 0000000000..34c04cdd1d --- /dev/null +++ b/editors/code/walkthrough-create-project.md @@ -0,0 +1,9 @@ +# Create a New Cargo Project + +Create a new Cargo project without leaving VS Code. + +The command lets you choose the package kind, parent folder, project name, and +how the new project should be opened afterward. + +The project is created with Cargo, so the generated files and defaults match +the normal `cargo new` experience. |