Skip to content

Commit

Permalink
more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed May 31, 2021
1 parent 4ebf681 commit 2f253fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }>;

/**
Expand Down
1 change: 1 addition & 0 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,7 @@ declare module 'vscode' {
/**
* The document associated with this notebook editor.
*/
//todo@api rename to notebook?
readonly document: NotebookDocument;

/**
Expand Down

0 comments on commit 2f253fc

Please sign in to comment.