Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

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

Scripts Explorer

Mykyta Balabuiev

|
26 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
  • Terms of use
  • Trademarks
© 2023 Microsoft