src/Tools/VSCode/extension/README.md
changeset 64873 ee5aaf7bce0d
parent 64757 7e3924224769
child 64948 e655d965307c
equal deleted inserted replaced
64872:9c194386db8d 64873:ee5aaf7bce0d
    11 ## Important User Settings ##
    11 ## Important User Settings ##
    12 
    12 
    13   * `isabelle.home` points to the main Isabelle directory (ISABELLE_HOME).
    13   * `isabelle.home` points to the main Isabelle directory (ISABELLE_HOME).
    14   * `isabelle.cygwin_root` (on Windows) points to the Cygwin installation,
    14   * `isabelle.cygwin_root` (on Windows) points to the Cygwin installation,
    15     e.g. ISABELLE_HOME/cygwin for a regular Isabelle application bundle.
    15     e.g. ISABELLE_HOME/cygwin for a regular Isabelle application bundle.
       
    16 
       
    17 
       
    18 ## Isabelle symbols ##
       
    19 
       
    20 Isabelle symbols like `\<forall>` may be rendered using the extension Prettify
       
    21 Symbols Mode. It needs to be configured manually as follows:
       
    22 
       
    23 ISABELLE_HOME/src/Tools/VSCode/extension/isabelle-symbols.json contains a
       
    24 configuration (generated via `isabelle vscode_symbols`). Its content needs to
       
    25 be copied carefully into the regular VSCode User Preferences.