VSCode Side Launcher

Application
2025-07-26

VSCode Side Launcher

A VSCode extension that adds a command launcher to the sidebar.

Features

Usage

Simply define tasks in your VSCode settings.json:

{
  "sideLauncher.tasks": [
    {
      "label": "Run Tests",
      "command": "cd $WORKSPACE_ROOT && npm test"
    },
    {
      "label": "Git Add Current File",
      "type": "shellOnVSCode",
      "command": "git add $CURRENT_FILE_RELATIVE_PATH"
    }
  ]
}

You can also define global tasks in ~/.config/vscode-side-launcher/tasks.json.

Repository

GitHub Repository

The author runs the application development company Cyberneura.
We look forward to discussing your development needs.