add files.read IPC, fix pane chrome layout, raise context panel max

Register files.read command for reading file content by relative path.
Remove top padding on context panel container and mainAxisSize.min
from ClidePaneChrome so the header sits flush and the pane fills
available height.  Context panel max raised from 420px to 1000px.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-04-23 21:25:36 +02:00
co-authored by Claude
parent b236ec439f
commit 47c2def656
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ LayoutPresetContribution classicPreset() => const LayoutPresetContribution(
position: SlotPosition.right,
defaultSize: 420,
minSize: 220,
maxSize: 420,
maxSize: 1000,
),
LayoutSlot(
slot: Slots.statusbar,