src/Tools/VSCode/etc/options
author wenzelm
Tue, 07 Mar 2017 10:52:04 +0100
changeset 65137 812c35fbffa8
parent 65123 4d088fe6185e
child 65926 0f7821a07aa9
permissions -rw-r--r--
clarified options;

(* :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)"