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
- Clone this repository
- Run
pnpm install to install dependencies
- Press F5 to open a new window with your extension loaded
- Run the command "Run Git Status in Terminal" from the Command Palette (Ctrl+Shift+P)
Building
pnpm install
pnpm run compile
Running the Extension
- Press F5 to start debugging
- In the new VS Code window that opens, press Ctrl+Shift+P
- Type "Run Git Status in Terminal" and select the command
- A new terminal will open and execute
git status
| |