feat: Add code blocks full height setting to parameter sync service (#19835)
This commit is contained in:
Binary file not shown.
@@ -153,6 +153,12 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
|
|||||||
serverKey: 'enableContinueGeneration',
|
serverKey: 'enableContinueGeneration',
|
||||||
type: SyncableParameterType.BOOLEAN,
|
type: SyncableParameterType.BOOLEAN,
|
||||||
canSync: true
|
canSync: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'fullHeightCodeBlocks',
|
||||||
|
serverKey: 'fullHeightCodeBlocks',
|
||||||
|
type: SyncableParameterType.BOOLEAN,
|
||||||
|
canSync: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user