Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Activation scriptsNew to Visual Studio Code? Get it now.
Activation scripts

Activation scripts

nj-vs-vh

|
233 installs
| (0) | Free
Activation script runner for VS Code integrated terminal
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

activation-script VSCode extension

Execute arbitrary scripts and/or commands on terminal startup.

Marketplace

Usage

mkdir .vscode
cd .vscode
touch activation.json

Edit contents of activation.json to something like

{
  "scripts": [
    {
      "path": "/path/to/my/sourcable/script.sh"
    }
  ],
  "commands": [
    "export FOO=bar",
    "echo I AM NOW ACTIVATED"
  ]
}

Or you may use Add activation script command from Command Pallette

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