A simple extension to quickly format any C# and Java stack trace.
- Format an exception by pasting the text in a plaintext file, then opening up the command palette (default:
Ctrl+Shift+P), and running theFormat Stack Tracecommand.
- Fix regression in C# formatting
- Improve .NET stack trace formatting around
--- End of inner exception stack trace ---
- Add new lines after ellipses (...) and 'Caused by' to improve Java stack trace formatting.
- Initial release.
