Problem
VS Code extension lacks storage export target support (--export-storage), preventing in-editor capture of post-run state snapshots.
Evidence:
- Matrix marks unsupported:
docs/feature-matrix.md:71
- README marks unsupported:
extensions/vscode/README.md:243
Files to change
extensions/vscode/package.json
extensions/vscode/src/cli/debuggerProcess.ts
extensions/vscode/README.md
docs/feature-matrix.md
Acceptance criteria
- Add optional launch field for export path.
- Path validation and write errors are surfaced clearly.
- Docs include export workflow.