src/Tools/VSCode/etc/options
author wenzelm
Mon, 13 Apr 2020 22:08:14 +0200
changeset 71751 abf3e80bd815
parent 65977 c51b74be23b6
child 81024 d1535ba3b1ca
permissions -rw-r--r--
tuned NEWS;

(* :mode=isabelle-options: *)

option vscode_input_delay : real = 0.1
  -- "delay for client input (edits)"

option vscode_output_delay : real = 0.5
  -- "delay for client output (rendering)"

option vscode_load_delay : real = 0.5
  -- "delay for file load operations"

option vscode_tooltip_margin : int = 60
  -- "margin for pretty-printing of tooltips"

option vscode_message_margin : int = 80
  -- "margin for pretty-printing of diagnostic messages"

option vscode_timing_threshold : real = 0.1
  -- "default threshold for timing display (seconds)"

option vscode_pide_extensions : bool = false
  -- "use PIDE extensions for Language Server Protocol"

option vscode_unicode_symbols : bool = false
  -- "output Isabelle symbols via Unicode (according to etc/symbols)"

option vscode_caret_perspective : int = 50
  -- "number of visible lines above and below the caret (0: unrestricted)"

option vscode_caret_preview : bool = false
  -- "dynamic preview of caret document node"