mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
remove resolved todo
This commit is contained in:
parent
83d5e2bda0
commit
8d24436283
1 changed files with 0 additions and 1 deletions
1
src/vs/vscode.proposed.d.ts
vendored
1
src/vs/vscode.proposed.d.ts
vendored
|
@ -1954,7 +1954,6 @@ declare module 'vscode' {
|
||||||
* 2. {@link NotebookController} own the execution of notebooks, e.g they create output from code cells.
|
* 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.
|
* 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?
|
// todo@api what should be in this namespace? should notebookDocuments and friends be in the workspace namespace?
|
||||||
export namespace notebooks {
|
export namespace notebooks {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue