Commit 2f5187e
committed
chore(vscode): 2.8.1 [skip ci]
### What's New
- **Comments display modes** — Control how comment and tracked-change bubbles render on small screens with `displayMode: 'auto'` (switches sidebar/inline based on width), `'sidebar'` (always right panel), or `'inline'` (always compact). Optional `compactBreakpointPx` and `compactMeasurementSelector` fine-tune measurement behavior for custom layouts.
### Fixes
- **Table width overflow from cell preferences** — Tables with auto-width semantics no longer expand beyond their authored grid width when cells have width preferences (`tcW`).
- **Missing-grid table width budget** — Tables without a complete authored column grid now respect the width budget set by their partial column widths instead of expanding to fill available space.1 parent f84db82 commit 2f5187e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments