The extension searches for startup prompts in this order:
startup.prompt.md in workspace root
.github/prompts/startup.prompt.md
.vscode/startup.prompt.md
First *.prompt.md found in workspace
Inspiration
This extension brings the "Hooks" concept from Claude Code to VS Code and GitHub Copilot, enabling lifecycle-based automation for AI-assisted development.
Requirements
VS Code 1.108.1 or later
GitHub Copilot extension (recommended)
Known Limitations
The exact Copilot command for running prompts may vary by VS Code version; the extension tries multiple fallbacks
Currently only supports SessionStart hooks; PreChat/PostChat hooks are planned for future versions
Release Notes
0.0.1
Initial release with:
Auto-run prompts on workspace open
User consent flow
Prompt file scaffolding with templates
Hooks configuration via JSON file
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.