Open Issues Need Help
View All on GitHub Document how to execute the server about 2 months ago
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
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