cargo-play/extension
2021-01-16 14:38:01 -08:00
..
.vscode Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
images Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
src Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
.eslintrc.json Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
cargo-play-0.0.1.vsix Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
DEVELOPMENT.md Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
package-lock.json Bump lodash from 4.17.15 to 4.17.20 in /extension (#28) 2020-11-23 11:43:21 -08:00
package.json Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00
README.md Fix extension name (#29) 2021-01-16 14:38:01 -08:00
tsconfig.json Adding VSCode extension (#23) 2020-11-23 11:39:14 -08:00

cargo-play VSCode Extension

cargo-play demo

Features

  • CargoPlay: Run

  • CargoPlay: Install

    • Install the cargo-play Cargo extension (only needs to be done once)

Requirements

  • Installation of Rustup and cargo in your $PATH

Installation

Install from Github:

$ git clone https://github.com/fanzeyi/cargo-play
$ code --install-extension cargo-play/extension/cargo-play-0.0.1.vsix

Known Issues

  • At least one folder must be added to the workspace
  • The extension is not aware of cargo play being installed or not

Release Notes

1.0.0

Initial release of Cargo-Play extension, supports:

  • CargoPlay installation
  • Quick access to CargoPlay playground feature of running Rust files