mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +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:
@@ -4,7 +4,54 @@
|
||||
"version": "0.0.1",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"enableProposedApi": true,
|
||||
"enabledApiProposals": [
|
||||
"authSession",
|
||||
"customEditorMove",
|
||||
"diffCommand",
|
||||
"documentFiltersExclusive",
|
||||
"editorInsets",
|
||||
"extensionRuntime",
|
||||
"externalUriOpener",
|
||||
"fileSearchProvider",
|
||||
"findTextInFiles",
|
||||
"fsChunks",
|
||||
"inlayHints",
|
||||
"inlineCompletions",
|
||||
"languageStatus",
|
||||
"notebookCellExecutionState",
|
||||
"notebookConcatTextDocument",
|
||||
"notebookContentProvider",
|
||||
"notebookControllerKind",
|
||||
"notebookDebugOptions",
|
||||
"notebookDeprecated",
|
||||
"notebookEditor",
|
||||
"notebookEditorDecorationType",
|
||||
"notebookEditorEdit",
|
||||
"notebookLiveShare",
|
||||
"notebookMessaging",
|
||||
"notebookMime",
|
||||
"portsAttributes",
|
||||
"quickPickSortByLabel",
|
||||
"resolvers",
|
||||
"scmActionButton",
|
||||
"scmSelectedProvider",
|
||||
"scmValidation",
|
||||
"tabs",
|
||||
"taskPresentationGroup",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalDimensions",
|
||||
"terminalLocation",
|
||||
"terminalNameChangeEvent",
|
||||
"testCoverage",
|
||||
"testObserver",
|
||||
"textDocumentNotebook",
|
||||
"textSearchProvider",
|
||||
"timeline",
|
||||
"tokenInformation",
|
||||
"treeViewDragAndDrop",
|
||||
"treeViewReveal",
|
||||
"workspaceTrust"
|
||||
],
|
||||
"private": true,
|
||||
"activationEvents": [],
|
||||
"main": "./out/extension",
|
||||
|
||||
Reference in New Issue
Block a user