Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

octref/lsp-inspector

Repository files navigation


LSP Inspector

Running

  • yarn
  • yarn serve

Demo

http://lsp-inspector.surge.sh

  • A log file (log from html Language Server) is loaded by default
  • You can collect other logs and load them. For example:
    • Set css.trace.server: "verbose"
    • Copy everything inside CSS Language Server channel into a log file css.log
    • Load it from the web app
  • You can try it on a real-world log file, ./logs/vetur.log. It contains 330k lines of log generated from 10 minutes of usage.