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

Latest commit

 

History

History
21 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 578 Bytes

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.