Skip to content

Manually turning on the LanguageServer debugger

ZacNugent edited this page Sep 13, 2017 · 1 revision

To turn on debug mode:

  • Open the julia-vscode install directory, on Linux this is located in ~/.vscode/extensions/.
  • Open scripts/languageserver/main.jl.
  • Edit the line starting server = LanguageServer(... (around line 26) to change ls_debug_mode to true.
  • Restart vscode.

Output from the language server can be found using the View: Toggle Output command and selecting julia Language Server from the drop down menu on the right hand side.