microsoft / microsoft/vscode-languageserver-node
Make notebook converter functions public
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 404
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 14
Description
Expose notebook converter functions (see Converter.c2p) publicly so middleware authors can use them.
Dirk said, "I actually didn't envision that middleware authors would do their own conversion. I was more expecting them to modify existing objects. But it would make sense to make them public since the rest of the converter functions are public as well."
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 in client/src/common/notebook.ts at Converter.c2p and review the notebook converter functions referenced by the issue. Make the intended converter functions publicly accessible for middleware authors, then verify that the existing public converter surface remains consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100