Skip to content

Commit cf857b0

Browse files
authored
Remove notebookeditor proposed API (#19392)
1 parent 72c638e commit cf857b0

File tree

3 files changed

+12
-957
lines changed

3 files changed

+12
-957
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"publisher": "ms-python",
2121
"enabledApiProposals": [
2222
"quickPickSortByLabel",
23-
"testObserver",
24-
"notebookEditor"
23+
"testObserver"
2524
],
2625
"author": {
2726
"name": "Microsoft Corporation"
@@ -42,7 +41,7 @@
4241
"theme": "dark"
4342
},
4443
"engines": {
45-
"vscode": "^1.67.0"
44+
"vscode": "^1.68.0"
4645
},
4746
"keywords": [
4847
"python",
@@ -1841,7 +1840,7 @@
18411840
"@types/sinon": "^10.0.11",
18421841
"@types/tmp": "^0.0.33",
18431842
"@types/uuid": "^8.3.4",
1844-
"@types/vscode": "~1.66.0",
1843+
"@types/vscode": "~1.68.0",
18451844
"@types/winreg": "^1.2.30",
18461845
"@types/xml2js": "^0.4.2",
18471846
"@typescript-eslint/eslint-plugin": "^3.7.0",

0 commit comments

Comments
 (0)