Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NightCrawlerRunnerNew to Visual Studio Code? Get it now.
NightCrawlerRunner

NightCrawlerRunner

Perspective Dragon

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

NightCrawlerRunner Extension

NightCrawlerRunner is a VS Code extension that executes a sequence of commands automatically when VS Code starts up. It supports both VS Code commands and system commands.

Features

  • Automatically executes commands on VS Code startup
  • Supports VS Code extension commands (prefix: vsc:)
  • Supports system commands (prefix: sys:)
  • Configurable delays between command execution
  • Error handling and status reporting

Requirements

  • VS Code 1.96.0 or higher

Extension Settings

This extension uses environment variables for configuration:

  • POST_RUN_CMDS: List of commands to run (separated by newlines)
  • POST_RUN_CMDS_MAIN_DELAY: Delay in milliseconds between commands (default: 5000)

Example configuration in launch.json:

{
    "env": {
        "POST_RUN_CMDS": "vsc:remote-containers.attachToRunningContainer containerId \n vsc:workbench.action.closeWindow",
        "POST_RUN_CMDS_MAIN_DELAY": "5000"       
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft