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

VSCode - Deploy Buttons

rbustamante

|
265 installs
| (0) | Free
Automates the process of using deployment commands in the terminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode - Deploy Buttons

Simple extension to automate the process of using deployment commands in the terminal and streamline the work environment.

Configuration

Inside your project folder create a file called deploy.json and declare the configuration.


"deploy": [
    {
      "name": "Start",
      "icon": "arrow-up",
      "command": "docker compose up"
    },
    {
      "name": "Stop",
      "icon": "arrow-down",
      "command": "docker compose down"
    }
  ]

Mandatory properties:

  • name: the name of the button.
  • command: the command to run in the terminal.

Optional properties:

  • icon: the icon of the button.
  • directory: the directory where the terminal command should be run by default it is the root of the project.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft