Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Viber Command RunnerNew to Visual Studio Code? Get it now.
Viber Command Runner

Viber Command Runner

nojsja

| (0) | Free
Command panel for VS Code: run workspace scripts with built-in terminal logs, run history, and optional OSS sync.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Viber Command Runner

VS Code / Cursor extension for running workspace build and script commands from a dedicated command panel.

Features

  • Read commands from command-runner.commands or viberCommandRunner.commands
  • Open the command panel in a full editor tab (not a narrow sidebar)
  • Command: Viber Command Runner: Open Command Panel
  • Local run history: time, branch, platform, operator, version
  • Optional OSS sync: pull on panel open, push after each run
  • Custom commands, instant commands, embedded terminal, and interactive prompts
  • Parallel mode with per-command terminals

Development

npm install
cd webview && npm install && cd ..
npm run compile

Press F5 in VS Code / Cursor to launch the Extension Development Host, open a workspace, and click the Command Runner activity bar icon.

npm run watch          # extension TypeScript
npm run watch:webview  # webview UI

Package VSIX

npm run package

Install:

code --install-extension viber-command-runner-0.1.0.vsix
# or
cursor --install-extension viber-command-runner-0.1.0.vsix

Configuration

{
  "viberCommandRunner.uiLanguage": "en",
  "viberCommandRunner.oss.enabled": true,
  "viberCommandRunner.oss.region": "oss-cn-beijing",
  "viberCommandRunner.oss.bucket": "your-bucket",
  "viberCommandRunner.oss.objectKey": "viber/devtools/command-runner/history/global.json"
}

Operator (optional):

{
  "viberCommandRunner.operator": "Johnson"
}

Local data

Run records are stored under the user home directory (per workspace), not in the repo:

~/.viber/command-runner/workspaces/<workspace-name-hash>/
  history.json
  custom-commands.json
  ui-state.json

Legacy data under .goocean/release-panel or .viber/command-runner in the workspace is migrated on first launch.

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