chore - make notebook cell language as readonly

This commit is contained in:
Johannes Rieken 2020-08-20 11:57:07 +02:00
parent a9624db8e1
commit 89a2411190

View file

@ -1284,7 +1284,7 @@ declare module 'vscode' {
readonly uri: Uri;
readonly cellKind: CellKind;
readonly document: TextDocument;
language: string;
readonly language: string;
outputs: CellOutput[];
metadata: NotebookCellMetadata;
}