Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code Terminal DemoNew to Visual Studio Code? Get it now.
VS Code Terminal Demo

VS Code Terminal Demo

Brad-csl

|
13 installs
| (0) | Free
A demo extension for managing VS Code terminals
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Terminal Demo Extension

This is a simple VS Code extension that demonstrates terminal management functionality.

Features

  • Creates and manages a dedicated terminal named "AI Agent Terminal"
  • Provides a command to run git status in the terminal
  • Properly handles terminal lifecycle (creation, disposal)

Requirements

  • VS Code 1.85.0 or higher
  • Git installed on your system

Development

  1. Clone this repository
  2. Run pnpm install to install dependencies
  3. Press F5 to open a new window with your extension loaded
  4. Run the command "Run Git Status in Terminal" from the Command Palette (Ctrl+Shift+P)

Building

pnpm install
pnpm run compile

Running the Extension

  1. Press F5 to start debugging
  2. In the new VS Code window that opens, press Ctrl+Shift+P
  3. Type "Run Git Status in Terminal" and select the command
  4. A new terminal will open and execute git status
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft