https://github.com/Microsoft/language-server-protocol-inspector
MOVED toLSP Inspector
Running
yarn
yarn serve
Demo
- 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 filecss.log
- Load it from the web app
- Set
- 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.