- Initial release
savePipeline.sequencessetting with JSON schema +oneOfvalidation- VS Code command steps (
commandfield) viaexecuteCommand - Shell command steps (
shellfield) viachild_process.exec - Language filtering (
languagesfield) - File exclusion via glob patterns (
excludefield) - Placeholder expansion in shell commands (
${file},${workspaceFolder},${env.VAR}, etc.) e.waitUntil()— VS Code waits for all steps before writing to disk- Output Channel logging with auto-reveal on error
- Command validation on startup and config change
- Untrusted workspace support (
"limited") - Zero external dependencies — pure Node.js + VS Code API