🧠 Amber's Language Server Protocol

amber lsp lsp-server rust
2 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add instructions to the Amber LSP README on how to execute the LSP server. This involves detailing the steps to run the server, potentially including command-line arguments and any necessary environment setup.

Complexity: 2/5
documentation good first issue

🧠 Amber's Language Server Protocol

Rust
#amber#lsp#lsp-server#rust
If chain comments 3 months ago

AI Summary: The task is to modify the Amber Language Server Protocol (LSP) to correctly handle comments within chained if statements. Currently, the LSP raises an error when a comment is placed inline within a chained if condition. The solution requires updating the parser to correctly interpret comments in this context, preventing the error and ensuring proper functionality.

Complexity: 4/5
bug good first issue

🧠 Amber's Language Server Protocol

Rust
#amber#lsp#lsp-server#rust