Skip to content

Commit

Permalink
add editor.cursorShape to ISettings interface (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDoubovetzky authored and huv1k committed Jan 27, 2019
1 parent 76e8231 commit e606538
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12,9 +12,12 @@ export interface MiddlewareOptions {
codeTheme?: EditorColours
}

export type CursorShape = 'line' | 'block' | 'underline'
export type Theme = 'dark' | 'light'

export interface ISettings {
'general.betaUpdates': boolean
'editor.cursorShape': CursorShape
'editor.theme': Theme
'editor.reuseHeaders': boolean
'tracing.hideTracingResponse': boolean
Expand Down

0 comments on commit e606538

Please sign in to comment.