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

ExecBG

daaku

|
477 installs
| (0) | Free
Execute commands from VS Code in the background
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ExecBG for VS Code

Execute commands in the background. Configure your keybindings.json (Command Palette => 'Preferences: Open Keyboard Shortcut (JSON)') and configure like such:

[
  {
    "key": "shift+alt+r",
    "command": "execbg.run",
    "args": {
      "cmd": "/usr/bin/sleep",
      "args": ["60"],
    },
  }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft