Skip to content

Prototype communication between custom Python REPL and Node #23174

Closed
@anthonykim1

Description

@anthonykim1

In order for custom REPL and Python extension's notebook controller can communicate, we need to build way of communication leveraging VS Code's https://www.npmjs.com/package/vscode-jsonrpc and jsonrpc-async, jsonrpc-websockets.

Using https://www.npmjs.com/package/@vscode/python-extension, we should first create separate prototype extension to make sure communication happens smoothly between TypeScript side and Python side that has the custom REPL before embeding code into VS Code Python repo's notebook controller: #23100

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions