- Removed: The
uncommittedChanges.contextLinesconfiguration option has been removed as it was unnecessary. - Improved: Use safer
execFileinstead ofexecfor git commands to prevent potential shell injection issues.
- New: Do not fold lines that have diagnostics (errors/warnings).
- New: Do not fold lines with uncommitted changes (requires Git).
- New: Added configuration to control uncommitted changes folding behavior.
- Optimize folding behavior after symbol navigation
- Fix excessive folding bug.
- Improve folding behavior
- Add command to reapply folding
- Do not fold symbols nested more than 2 levels deep
- Avoid folding target lines when jumping to files
- Initial Beta release.