more todos

This commit is contained in:
Johannes Rieken 2021-05-31 19:43:18 +02:00
parent 4ebf68103e
commit 2f253fcc22
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798
2 changed files with 2 additions and 0 deletions

1
src/vs/vscode.d.ts vendored
View file

@ -11986,6 +11986,7 @@ declare module 'vscode' {
* for a notebook is a user gesture and happens either explicitly or implicitly when interacting while a
* controller was suggested.
*/
//todo@api rename to ...NotebookDocument...
readonly onDidChangeNotebookAssociation: Event<{ notebook: NotebookDocument, selected: boolean }>;
/**

View file

@ -1103,6 +1103,7 @@ declare module 'vscode' {
/**
* The document associated with this notebook editor.
*/
//todo@api rename to notebook?
readonly document: NotebookDocument;
/**