Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Launch buttonsNew to Visual Studio Code? Get it now.
Launch buttons

Launch buttons

Kaede Fujisaki

|
4,816 installs
| (1) | Free
Add run/debug button to your vscode to execute commands in launch.json.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

"Launch buttons" in vscode.

Add "Run" and "Debug" button to execute commands in launch.json in your vscode.

screenshot

Available on market place!

About buttons

Run button

  1. If there is a task whose label contains 'run' in tasks.json, run button executes that task.
  2. If there is a task whose group.isDefault = true in tasks.json, run button executes that task as a fallback.
  3. If all conditions are not met, the button executes the selected configuretion in launch.json without debugger (You can select a configuretion in debug panel).

Debug button

Debug button executes the selected configuretion in launch.json. Please select a configuretion to spawn via debug panel (You can select a configuretion in debug panel).

Copyright

These icons are based on Material Icons by Google. Licensed under Apache License 2.0:

  • images/run.light.svg
  • images/run.dark.svg

These icons are drawn by myself:

  • images/run.light.svg
  • images/run.dark.svg

LICENSE

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft