microsoft / microsoft/multilspy
expose SemanticTokensLegend
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 610
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
I'm not sure how to do this because there are no methods returning SemanticTokensLegend. Apparently it's supposed to be determined when first connecting to the server? I had Claude take a stab at this but it wrote some code that made start_server() hang. I don't understand python's async or multilspy's design well enough to fix it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing start_server() and the first connection to determine where SemanticTokensLegend becomes available, while reviewing the surrounding Python async flow and multilspy design. Done means the legend is exposed to callers without making start_server() hang; verify the connection startup path and its async behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100