You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Installs Rust development tools: bacon (build watcher), cargo-edit, and cargo-audit.",
"options": {
"install": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to install (e.g. 'bacon,cargoEdit'). When set, only the listed tools are installed. When empty (default), all tools are installed."
},
"omit": {
"type": "string",
"default": "",
"description": "Comma-separated list of tools to exclude (e.g. 'cargoAudit'). When set, the listed tools are skipped. Applied after 'install' filtering."