Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DebugCommandNew to Visual Studio Code? Get it now.
DebugCommand

DebugCommand

Iosif Karaioannoglou

|
617 installs
| (0) | Free
Adds a vscode command to launch a configuration without selecting it first and one to combine multiple tasks into one
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

debugcommand.launch

Adds a command on vscode to be used in other extentions like this: debugcommand.launch that accepts a astring which is the launch.json configuration name and launches it with debug support.

example: debugcommand.launch|Server

debugcommand.quickPick

Combine multiple tasks into one using a quickpick from vscode:

example: debugcommand.quickPick|debugTask;launchTask;buildTask

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