We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e638a56 commit f6c7cc9Copy full SHA for f6c7cc9
webview-ui/src/context/ExtensionStateContext.tsx
@@ -24,8 +24,8 @@ export interface ExtensionStateContextType extends ExtensionState {
24
currentCheckpoint?: string
25
filePaths: string[]
26
openedTabs: Array<{ label: string; isActive: boolean; path?: string }>
27
- markdownBlockLineheight: number | undefined
28
- setMarkdownBlockLineheight: (value: number) => void
+ markdownBlockLineHeight: number | undefined
+ setMarkdownBlockLineHeight: (value: number) => void
29
setApiConfiguration: (config: ProviderSettings) => void
30
setCustomInstructions: (value?: string) => void
31
setAlwaysAllowReadOnly: (value: boolean) => void
0 commit comments