mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
* NB improve startup using built-in markdown render This is a sample branch showing perf improvements if we load content using built-in markdown rendering - Has issues where images aren't correctly rendered due to sanitization, need to copy renderer code and update settings - Moves content load up before anythign to do with providers since we can render without knowing about these things # Conflicts: # src/sql/workbench/parts/notebook/cellViews/textCell.component.ts * Re-enable logging of each cell's rendering time * Fix test issue * Kernel loading working with new markdown renderer # Conflicts: # src/sql/workbench/parts/notebook/cellViews/textCell.component.ts * Fixed tests, cleaned up code * markdownOutput component integration * PR Comments * PR feedback 2 * PR feedback again