Commit Graph

8 Commits

Author SHA1 Message Date
Matt Bierner
0d9a2ef2b0 Add explicit rootDirs 2026-01-30 11:07:53 -08:00
Matt Bierner
b895a24030 A bit more polish on mermaid chat items
- Remove context menu for open in editor since there's a button now
- Faster pinch zoom
- Only pan when holding alt/option
- Fix transparent button on hover
2026-01-28 13:15:08 -08:00
Matt Bierner
e41a3a88c7 Polish mermaid chat previews
- Updates api so extensions can track lifecycles of webviews
- Caches heights across reloads
- Improve rendering of loading indicator
- Use codicons for icons
2026-01-27 21:14:38 -08:00
Matt Bierner
1772c98373 Allow opening chat mermaid diagrams in a full sized editor
Fixes #271371

Basic flow is working but needs polish
2026-01-27 01:53:56 -08:00
Matt Bierner
5fde6cdf3e Polishing mermaid rendering 2026-01-26 16:32:55 -08:00
Matt Bierner
295ce3e96b Use light mermaid theme in high contrast light
For #271370
2026-01-23 16:29:43 -08:00
Matt Bierner
98b069c041 Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
Matt Bierner
c7e7a779e8 Add basic mermaid rendering support in core
For #257761

Ports over extension sample + a few improvements to core
2025-09-10 18:22:39 -07:00