remove resolved todo

This commit is contained in:
Johannes Rieken 2021-05-31 13:12:52 +02:00
parent 83d5e2bda0
commit 8d24436283
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -1954,7 +1954,6 @@ declare module 'vscode' {
* 2. {@link NotebookController} own the execution of notebooks, e.g they create output from code cells.
* 3. NotebookRenderer present notebook output in the editor. They run in a separate context.
*/
// todo@api rename to notebooks?
// todo@api what should be in this namespace? should notebookDocuments and friends be in the workspace namespace?
export namespace notebooks {