microsoft / microsoft/debug-adapter-protocol
website is not hyperlinked like the LSP website
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
Here's how the LSP website does it:
https://github.com/microsoft/language-server-protocol/blob/gh-pages/_data/linkableTypes.yml
https://github.com/microsoft/language-server-protocol/blob/36da74583f1a5a9e58e5060c7b080c2e32c63b7a/_includes/js_files.html#L21-L29
It's actually very helpful for grokking / implementing the protocol (even if there are already SDKs).
Contributor guide
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
Compare the referenced LSP files, _data/linkableTypes.yml and _includes/js_files.html, with the debug-adapter-protocol website source. Identify how protocol types are represented and rendered, then verify that the website links those types consistently for readers implementing the protocol.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript, yaml
- Domain
- documentation, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100