Finalize NotebookEditor api proposal (#149767)

* Finalize NotebookEditor api proposal

Fixes #149271

This finalizes most parts of the NotebookEditor api proposal. I haven't removed the proposal entirely as there are still a few parts being left behind:

- The deprecated properties/functions
- A few contribution points such as `notebook/cell/executePrimary`

* remove extra quote
This commit is contained in:
Matt Bierner
2022-05-23 16:27:17 -07:00
committed by GitHub
parent 7075f2db1e
commit 45304da73d
9 changed files with 176 additions and 199 deletions

View File

@@ -9,7 +9,6 @@
"include": [
"src/**/*",
"../../src/vscode-dts/vscode.d.ts",
"../../src/vscode-dts/vscode.proposed.notebookEditor.d.ts",
"../../src/vscode-dts/vscode.proposed.notebookWorkspaceEdit.d.ts"
]
}