gitpushup 0.1.16

GitPushUp in rust!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "gitpushup-devcontainer",
  "build": {
    "dockerfile": "Dockerfile"
  },
  "settings": {
    "terminal.integrated.shell.linux": "/bin/bash"
  },
  "extensions": [
    "rust-lang.rust-analyzer",
    "serayuzgur.crates",
    "vadimcn.vscode-lldb",
    "tamasfe.even-better-toml"
  ],
  "postCreateCommand": "rustup component add clippy rustfmt && cargo install cargo-edit",
  "remoteUser": "vscode"
}