Source Control Panel
Open the Source Control panel with Ctrl+Shift+G. AVC appears as its own section alongside Git, listing every file that’s changed since the latest snapshot.
What you see
Section titled “What you see”- Changes since last snapshot — one row per modified, added, or deleted file
- Color-coded icons — green for added, yellow for modified, red strikethrough for deleted
- Tooltip on each file shows the line counts (
+5 -2) - Snapshot input box at the top with placeholder “Snapshot label…”
Quick snapshot from the SCM panel
Section titled “Quick snapshot from the SCM panel”- Type a label into the input box (e.g.
"Fix login bug") - Press
Ctrl+Enter(or click the checkmark) - The snapshot is created with your label — equivalent to running
avc snapshot "Fix login bug"
Refresh behavior
Section titled “Refresh behavior”The panel updates automatically:
- On extension activation
- 2 seconds after any file save (debounced)
- After any snapshot, restore, or delete operation