gitopolis 1.17.0

Manage multiple git repositories - CLI tool - run commands, clone, and organize repos with tags
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "Rust",
  "image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
  "customizations": {
    "jetbrains": {
      "backend": "RustRover"
    },
    "vscode": {
      "extensions": [
        "rust-lang.rust-analyzer",
        "tamasfe.even-better-toml",
        "vadimcn.vscode-lldb",
        "Swellaby.vscode-rust-test-adapter"
      ]
    }
  }
}