Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Ash Agent ShellNew to Visual Studio Code? Get it now.
Ash Agent Shell

Ash Agent Shell

ash-lang

|
2 installs
| (0) | Free
Syntax highlighting, run, and check commands for Ash (.ash) agent shell scripts
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ash Agent Shell — VS Code Extension

Syntax highlighting, check, and run commands for Ash (.ash) agent shell scripts.

VS Code Extension

Syntax highlighting, check, and run commands for Ash (.ash) agent shell scripts.

The extension provides language tooling only — the Ash runtime is a separate CLI. Install it via npm or download from GitHub Releases:

npm i -g @ash-lang/cli

Features

  • Syntax highlighting for .ash files — variables, strings, control flow, agent calls
  • Run script — executes the current .ash file with the ash runtime
  • Check script — validates syntax without executing

Commands

Command Title Description
ash.runScript Ash: Run Script Run the active .ash file
ash.checkScript Ash: Check Script Validate syntax of the active .ash file
ash.stopScript Ash: Stop Script Stop a running script

Run from the Command Palette (Ctrl+Shift+P) or right-click an .ash file in the editor.

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