more deprecations

This commit is contained in:
Johannes Rieken 2021-03-16 13:45:26 +01:00
parent f2761b584a
commit 6fd693ec9e
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -1270,7 +1270,7 @@ declare module 'vscode' {
readonly document: NotebookDocument;
/**
* The primary selected cell on this notebook editor.
* @deprecated
*/
// todo@API should not be undefined, rather a default
readonly selection?: NotebookCell;