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:
@@ -30,7 +30,7 @@ LayoutPresetContribution classicPreset() => const LayoutPresetContribution(
|
||||
position: SlotPosition.right,
|
||||
defaultSize: 420,
|
||||
minSize: 220,
|
||||
maxSize: 420,
|
||||
maxSize: 1000,
|
||||
),
|
||||
LayoutSlot(
|
||||
slot: Slots.statusbar,
|
||||
|
||||
Reference in New Issue
Block a user