Skip to content

Commit f6c7cc9

Browse files
committed
fix: Correct highlight word style to Camel case
1 parent e638a56 commit f6c7cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/context/ExtensionStateContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export interface ExtensionStateContextType extends ExtensionState {
2424
currentCheckpoint?: string
2525
filePaths: string[]
2626
openedTabs: Array<{ label: string; isActive: boolean; path?: string }>
27-
markdownBlockLineheight: number | undefined
28-
setMarkdownBlockLineheight: (value: number) => void
27+
markdownBlockLineHeight: number | undefined
28+
setMarkdownBlockLineHeight: (value: number) => void
2929
setApiConfiguration: (config: ProviderSettings) => void
3030
setCustomInstructions: (value?: string) => void
3131
setAlwaysAllowReadOnly: (value: boolean) => void

0 commit comments

Comments
 (0)