espup 0.3.0

Tool for installing and maintaining ESP Rust environment.
Documentation
{
  "name": "espup",
  "build": {
    "dockerfile": "Dockerfile",
    "args": {
      "CONTAINER_USER": "esp",
      "CONTAINER_GROUP": "esp"
    }
  },
  "customizations": {
    "vscode": {
      "settings": {
        "editor.formatOnPaste": true,
        "editor.formatOnSave": true,
        "editor.formatOnSaveMode": "file",
        "editor.formatOnType": true,
        "files.watcherExclude": {
          "**/target/**": true
        },
        "lldb.executable": "/usr/bin/lldb",
        "lldb.verboseLogging": true,
        "rust-analyzer.checkOnSave.command": "clippy",
        "rust-analyzer.checkOnSave.allTargets": false,
        "search.exclude": {
          "**/target": true
        }
      },
      "extensions": [
        "vadimcn.vscode-lldb",
        "mutantdino.resourcemonitor",
        "rust-lang.rust-analyzer",
        "tamasfe.even-better-toml",
        "serayuzgur.crates",
        "vivaxy.vscode-conventional-commits",
        "yzhang.markdown-all-in-one",
        "GitHub.copilot"
      ]
    }
  },
  "workspaceMount": "source=${localWorkspaceFolder},target=/home/esp/espup,type=bind,consistency=cached",
  "workspaceFolder": "/home/esp/espup"
}