microsoft / vscode-languageserver-node

Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js
MIT License
1.41k stars 320 forks source link

Can you provide a monaco-editor demo #1476

Closed FoSuCloud closed 1 month ago

FoSuCloud commented 1 month ago

I saw that notebook has been included in the specification specification I am happy to see that both python-lsp-server and vscode-languageserver-node support it. notebook, but I don’t know how to use it in monaco-editor. Can you provide a demo?

dbaeumer commented 1 month ago

To my knowledge the monaco editor has no support for notebooks. It would require the note book editor from VS Code which is different than the text editor.

FoSuCloud commented 1 month ago

To my knowledge the monaco editor has no support for notebooks. It would require the note book editor from VS Code which is different than the text editor.

thanks