Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCode run helperNew to Visual Studio Code? Get it now.
VSCode run helper

VSCode run helper

Electronshik

|
3 installs
| (0) | Free
Menu for quick command run
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vsrunner README

Install

To install VSCode extension locally (not recommended) you need to build "vsrunner-X.X.X.vsix" file and click "Install from VSIX" in VSCode Extensions menu. The commands to do so:

npm install
npm install -g typescript
npm install -g @vscode/vsce
vsce package --baseContentUrl https://none --baseImagesUrl https://none

alt text

Usage

Select vsrunner extension in left activity bar. The extension is disabled by default and enables by options in "settings.json":

    "vsrunner.enabled": true,
    "vsrunner.optionsFilePath": "builds\\vsrunner\\vsrunner-options.json",
    "vsrunner.optionsFilePath": "builds\\vsrunner\\vsrunner-commands.json",
    "vsrunner.historyFilePath": "builds\\vsrunner\\vsrunner-history.json",

There are two buttons to use the vsrunner - build and clean the project. If build configuration was changed and new build was executed without clean command, it would be detected by comparing to history file and clean command would be executed before build.

alt text

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