slick 0.19.0

async ZSH prompt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "slick",
  "image": "mcr.microsoft.com/devcontainers/rust:trixie",
  "features": {
    "ghcr.io/devcontainers/features/common-utils:2": {
      "installZsh": "true",
      "username": "vscode"
    }
  },
  "containerEnv": {
    "EDITOR": "nvim",
    "VISUAL": "nvim"
  },
  "postCreateCommand": "sudo apt-get update && sudo apt-get install -y neovim just pkg-config libssl-dev && rustup update stable && rustup default stable && rustup component add rustfmt clippy && cargo install cargo-edit --locked && cargo fetch",
  "remoteUser": "vscode"
}