Build Status

Overview

Drop-in replacement for cargo new when using VS Code.

First uses cargo new to initialise a new package, with support for all parameters. Then deploys a basic tasks.json file with build, run & test tasks.

Dependencies

Rust (rls) VSCode extension.

Install

cargo install cargo-newvsc --git https://github.com/AdamSmith89/cargo-newvsc

Usage

cargo newvsc <any cargo new params>