Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-buttonsNew to Visual Studio Code? Get it now.
vscode-buttons

vscode-buttons

stuartthomson

|
1,687 installs
| (5) | Free
Create your own buttons!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-buttons

Do you want to be able to make buttons to do whatever you want? This extension will let you do that!

preview

Features

You will get some clickable buttons which will run customisable scripts, wow! To create buttons, create a file called 'buttons.jsonc' in the root directory of your workspace. It should look like:

{
    "buttons": [
        {
            "name": "MyButton",
            "script": "echo text > somefile.txt",
            "description": "Pointlessy write something to file."
        },
        {
            "name": "Button Without Description",
            "script": "echo I have no description!"
        }
    ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft