src/Tools/VSCode/etc/options
changeset 65977 c51b74be23b6
parent 65926 0f7821a07aa9
equal deleted inserted replaced
65976:1448d71fbd22 65977:c51b74be23b6
    24 option vscode_unicode_symbols : bool = false
    24 option vscode_unicode_symbols : bool = false
    25   -- "output Isabelle symbols via Unicode (according to etc/symbols)"
    25   -- "output Isabelle symbols via Unicode (according to etc/symbols)"
    26 
    26 
    27 option vscode_caret_perspective : int = 50
    27 option vscode_caret_perspective : int = 50
    28   -- "number of visible lines above and below the caret (0: unrestricted)"
    28   -- "number of visible lines above and below the caret (0: unrestricted)"
       
    29 
       
    30 option vscode_caret_preview : bool = false
       
    31   -- "dynamic preview of caret document node"