mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
This commit is contained in:
@@ -9,7 +9,20 @@
|
||||
"*"
|
||||
],
|
||||
"main": "./out/extension",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"notebookCellExecutionState",
|
||||
"notebookConcatTextDocument",
|
||||
"notebookContentProvider",
|
||||
"notebookControllerKind",
|
||||
"notebookDebugOptions",
|
||||
"notebookDeprecated",
|
||||
"notebookEditor",
|
||||
"notebookEditorDecorationType",
|
||||
"notebookEditorEdit",
|
||||
"notebookLiveShare",
|
||||
"notebookMessaging",
|
||||
"notebookMime"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.25.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user