Skip to content
Discussion options

You must be logged in to vote

@metaleap thanks for your interest in notebook in VS Code! Our documentation is not up to date, will update them later but first let me answer some of your questions

Regarding language features, the notebook cell documents have an unique scheme vscode-notebook-cell, and in your language registration, it's limited to file https://github.com/metaleap/vscode-gerbil-scheme/blob/main/src/lsp.ts#L25C13-L26C1 , that's why none of them works for notebook. You can try add { language: 'gerbil', scheme: 'vscode-notebook-cell' } to the document selector.

For "output-cell syntax coloring", we dropped support for builtin editor output and it's now fully contributed via output renderer https://github.co…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@metaleap
Comment options

@rebornix
Comment options

@metaleap
Comment options

@faubulous
Comment options

Answer selected by metaleap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants