You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Reportedly a large markdown (~3MB, mostly due to large stored procs like sp_blitz, whoisactive, etc.) causes memory issues in some IDEs (Data Grip, for one) when loading the markdown file.
Fix
Introduce a parameter to control a default max length for large stored procedures (8k?) to prevent ballooning of the markdown's file size.