Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCode Action ButtonsNew to Visual Studio Code? Get it now.
VSCode Action Buttons

VSCode Action Buttons

bubkoo-wy

|
3,082 installs
| (0) | Free
A vscode plugin to append action buttons in the status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Action Buttons

A vscode plugin to append action buttons in the status bar. Actions can be loaded scripts from package.json or custom defined.

Features

  • Auto load scripts actions from package.json when useScripts is true.
  • Auto detect monorepo change when monorepo option is true.
  • Support custom defined actions.

Configuration

{
    "actionButtons": {
      "reloadButton": null,
      "defaultColor": "white",
      "useScripts": true,
      "npmClient": "npm",
      "monorepo": true,
      "commands": [
        {
          "name": "command name",
          "color": "#af565c",
          "command": "cargo run ${file}",
          "singleInstance": true
        }
      ]
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft