src/Tools/VSCode/src/server.scala
changeset 64737 9fc965612459
parent 64733 20174e871623
child 64747 54afac94f52b
equal deleted inserted replaced
64736:07bf45283b92 64737:9fc965612459
    43 
    43 
    44   Options are:
    44   Options are:
    45     -L FILE      enable logging on FILE
    45     -L FILE      enable logging on FILE
    46     -T LENGTH    text length encoding: """ + text_length_choice + """
    46     -T LENGTH    text length encoding: """ + text_length_choice + """
    47     -d DIR       include session directory
    47     -d DIR       include session directory
    48     -l NAME      logic session name (default ISABELLE_LOGIC=""" + quote(logic) + """)
    48     -l NAME      logic session name (default ISABELLE_LOGIC=""" + quote(default_logic) + """)
    49     -m MODE      add print mode for output
    49     -m MODE      add print mode for output
    50     -o OPTION    override Isabelle system OPTION (via NAME=VAL or NAME)
    50     -o OPTION    override Isabelle system OPTION (via NAME=VAL or NAME)
    51     -s           system build mode for session image
    51     -s           system build mode for session image
    52 
    52 
    53   Run the VSCode Language Server protocol (JSON RPC) over stdin/stdout.
    53   Run the VSCode Language Server protocol (JSON RPC) over stdin/stdout.