Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>task-buttonNew to Visual Studio Code? Get it now.
task-button

task-button

Andrea Zucca

|
4,650 installs
| (1) | Free
Task runner with script package.json
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Task buttons

Task Buttons for status bar vscode

Use prefix task

"task-XXXXXXXXX"

Example file package.json

  "scripts": {
    "postinstall": "node ./node_modules/vscode/bin/install",
    "task-run-server": "npm run server", // <<<<< example button
    "task-run-test": "npm run test" // <<<<<< example button
    "task-IOS": "react-native run-ios" // <<<<<< example button
  }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft