Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazibear/ls-debugger
LS proxy server for LSP debugging
https://github.com/fazibear/ls-debugger
Last synced: about 1 month ago
JSON representation
LS proxy server for LSP debugging
- Host: GitHub
- URL: https://github.com/fazibear/ls-debugger
- Owner: fazibear
- Created: 2023-07-17T20:01:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-17T22:47:19.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:57:57.717Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ls-debugger
## Usage:
- install ls-debugger
- point your editor to `ls-debugger`
- 2nd param is a server you want to debug
- rest params are passed directly to the server
- whole messages will be logged into `~/ls-debugger.log`## Instalation:
```bash
$ npm install -g ls-debugger
```## TODO:
- [x] new session indicator
- [ ] Send info to editor via LS
- [ ] Better errors
- [ ] Listen on unix socket to send messages to editor/server
- [ ] Custom log file path
- [ ] logfile depends on server name