Closed v4rgas closed 2 weeks ago
https://app.blar.io/chat/713 Another PR is open; only one can be handled at a time.
https://app-stg.blar.io/chat/386 Another PR is open; only one can be handled at a time.
Use the URL: https://app-stg.blar.io/chat/386 Summary
Report:
This pull request updates the README.md
file to incorporate instructions for starting a Language Server proxy. This documentation addition ensures users have the necessary steps to initialize the proxy, which is capable of supporting various language servers such as Solargraph, Jedi, and TypeScript.
README.md
now includes a section on Language Server proxy initialization, detailing the command to start the proxy listening on port 5000.Use the URL: https://app.blar.io/chat/713 Summary Report:
This pull request updates the documentation by adding instructions on initializing the Language Server proxy in the README.md
file. The inclusion of these instructions aims to enhance the usability and clarity of the documentation without affecting the core functionality of the project.
README.md
file now contains a detailed guide with a code block for initializing the Language Server proxy. This helps users easily execute the necessary command for setting up the proxy:
./lsp-ws-proxy/target/debug/lsp-ws-proxy --listen 5000 -- solargraph stdio -- jedi-language-server -- typescript-language-server --stdio
Use the URL: https://app-stg.blar.io/chat/386 ✅ Cyber Security Agent didn't find any issues
✅ Debugger Agent didn't find any issues
✅ Optimizer Agent didn't find any issues
Use the URL: https://app.blar.io/chat/713 ✅ Cyber Security Agent didn't find any issues
✅ Debugger Agent didn't find any issues
✅ Optimizer Agent didn't find any issues
…nstructions