cargo-ws 0.2.8

cargo plugin, generate vscode workspace file.
[![build badge](https://github.com/lack-io/cargo-ws/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/lack-io/cargo-ws/actions/workflows/rust.yml/badge.svg)

[中文文档](https://github.com/lack-io/cargo-ws/blob/main/README_CN.md)

# summary
[cargo-ws](https://github.com/lack-io/cargo-ws) is light-weight cargo plugin. It can generate vscode `code-workspace` file.  Then you can view file that be opened, like Jetbrains Idea.

# install
```bash
cargo install cargo-ws
```

# generate vscode workspace file
```bash
cargo new foo
cd foo
cargo check
cargo ws
```

# show

![image](https://raw.githubusercontent.com/lack-io/cargo-ws/main/images/image.png)