colored 3.1.1

The most simple way to add colors in your terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "Rust",
    "image": "mcr.microsoft.com/vscode/devcontainers/rust:1",
    "customizations": {
        "vscode": {
            "extensions": ["rust-lang.rust-analyzer"]
        }
    },
    "postCreateCommand": "cargo install cargo-insta",
    "remoteUser": "vscode"
}