VS Code extension for:
- Formatting Copilot request artifacts extracted from GitHub Copilot logs
- Syntax highlighting for common Copilot log request structures, especially system prompt blocks
*.copilotlog*.cplog
- Document formatter for language
copilot-request-log - Frontmatter normalization (ordering and spacing)
- Body normalization (trailing whitespace and blank-line compaction)
- Auto-detection for untitled files when content matches Copilot log request patterns
- Command to force language mode on any open file:
Copilot Request Log: Use Copilot Request Log Language For Active Document - Highlighting for:
- Frontmatter delimiters and keys
- Section markers like
--- System ---or### System - Placeholders like
{{VSCODE_TARGET_SESSION_LOG}}and${input:htmlFile}
npm install
npm run compile- Open this folder in VS Code.
- Press
F5to launch Extension Development Host. - Open
examples/sample.copilotlogand runFormat Document. - For unsaved files (
Untitled-*), run the command above if auto-detection does not switch language mode yet.
