# Clone the repository
git clone https://github.com/zirkelc/claude-terminal-runner.git
cd claude-terminal-runner
# Install dependencies
pnpm install
# Build the extension
pnpm run compile
# Package the extension
pnpm run package
# Install the generated .vsix file
code --install-extension claude-terminal-runner-1.0.0.vsix
Development
# Install dependencies
pnpm install
# Compile TypeScript
pnpm run compile
# Watch for changes
pnpm run watch
# Click "Debug: Run Extension" in the Debug View to launch Extension Development Host
License
MIT
Contributing
Pull requests are welcome! Please feel free to submit issues and enhancement requests.