microsoft / microsoft/vscode-languageserver-node
Consider Adding a `ExtensionVersion` to `ClientInfo`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 404
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 14
Description
Hello! I was wondering if y'all would accept a PR to add an ExtensionVersion to ClientInfo? https://github.com/microsoft/vscode-languageserver-node/blob/02806427ce7251ec8fa2ff068febd9a9e59dbd2f/protocol/src/common/protocol.ts#L1389-L1399
(I'd also be okay with a grab-bag object of object!)
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 with protocol/src/common/protocol.ts around ClientInfo at lines 1389-1399, as linked in the issue. Determine whether ExtensionVersion should be a dedicated field or part of a grab-bag object, then verify the agreed ClientInfo shape and its compatibility expectations before considering the issue complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100