Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Scripts ExplorerNew to Visual Studio Code? Get it now.
Scripts Explorer

Scripts Explorer

Mykyta Balabuiev

|
149 installs
| (0) | Free
Easily run your scripts using interface with buttons
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scripts Explorer - Preview version

Specify scripts you want to access from script explorer view in .vscode\scripts.json.

Features

place this template json file into your .vscode folder in the project of your choice:

{
    "scripts": [
        {
            "name": "git log script",
            "script": "git log"
        },
        {
            "name": "git status script",
            "script": "git status"
        }
    ]
}

0.0.1

Base version


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