Skip to content

Commit

Permalink
fix(types): fine-tune enabledApiProposals
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Dec 4, 2024
1 parent 84055a9 commit cf7233f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 125 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 2 additions & 125 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@types/node": "^18.19.61",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.95.0",
"@vscode/test-cli": "^0.0.4",
"@vscode/vsce": "github:mohankumarelec/vscode-vsce#npm",
"commander": "^12.1.0",
Expand Down Expand Up @@ -361,137 +362,13 @@
]
},
"enabledApiProposals": [
"activeComment",
"aiRelatedInformation",
"aiTextSearchProvider",
"aiTextSearchProviderNew",
"attributableCoverage",
"authLearnMore",
"authSession",
"canonicalUriProvider",
"chatParticipantAdditions",
"chatParticipantPrivate",
"chatProvider",
"chatReferenceBinaryData",
"chatTab",
"chatVariableResolver",
"codeActionAI",
"codeActionRanges",
"codiconDecoration",
"commentReactor",
"commentReveal",
"commentThreadApplicability",
"commentingRangeHint",
"commentsDraftState",
"contribAccessibilityHelpContent",
"contribCommentEditorActionsMenu",
"contribCommentPeekContext",
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
"contribDebugCreateConfiguration",
"contribDiffEditorGutterToolBarMenus",
"contribEditSessions",
"contribEditorContentMenu",
"contribIssueReporter",
"contribLabelFormatterWorkspaceTooltip",
"contribMenuBarHome",
"contribMergeEditorMenus",
"contribMultiDiffEditorMenus",
"contribNotebookStaticPreloads",
"contribRemoteHelp",
"contribShareMenu",
"contribSourceControlHistoryItemMenu",
"contribSourceControlHistoryTitleMenu",
"contribSourceControlInputBoxMenu",
"contribSourceControlTitleMenu",
"contribStatusBarItems",
"contribViewContainerTitle",
"contribViewsRemote",
"contribViewsWelcome",
"createFileSystemWatcher",
"customEditorMove",
"debugVisualization",
"defaultChatParticipant",
"diffCommand",
"diffContentOptions",
"documentFiltersExclusive",
"documentPaste",
"editSessionIdentityProvider",
"editorHoverVerbosityLevel",
"editorInsets",
"embeddings",
"extensionRuntime",
"extensionsAny",
"externalUriOpener",
"fileComments",
"fileSearchProvider",
"fileSearchProviderNew",
"findFiles2",
"findFiles2New",
"findTextInFiles",
"findTextInFilesNew",
"fsChunks",
"idToken",
"inlineCompletionsAdditions",
"inlineEdit",
"interactive",
"interactiveWindow",
"ipc",
"languageModelSystem",
"languageStatusText",
"lmTools",
"mappedEditsProvider",
"multiDocumentHighlightProvider",
"newSymbolNamesProvider",
"notebookCellExecution",
"notebookCellExecutionState",
"notebookControllerAffinityHidden",
"notebookDeprecated",
"notebookExecution",
"notebookKernelSource",
"notebookLiveShare",
"notebookMessaging",
"notebookMime",
"notebookReplDocument",
"notebookVariableProvider",
"portsAttributes",
"profileContentHandlers",
"quickDiffProvider",
"quickInputButtonLocation",
"quickPickItemTooltip",
"quickPickSortByLabel",
"resolvers",
"scmActionButton",
"scmHistoryProvider",
"scmMultiDiffEditor",
"scmSelectedProvider",
"scmTextDocument",
"scmValidation",
"shareProvider",
"showLocal",
"speech",
"tabInputMultiDiff",
"tabInputTextMerge",
"taskPresentationGroup",
"telemetry",
"terminalDataWriteEvent",
"terminalDimensions",
"terminalExecuteCommandEvent",
"terminalQuickFixProvider",
"terminalSelection",
"testObserver",
"testRelatedCode",
"textSearchCompleteNew",
"textSearchProvider",
"textSearchProviderNew",
"timeline",
"tokenInformation",
"treeViewActiveItem",
"treeViewMarkdownMessage",
"treeViewReveal",
"tunnelFactory",
"tunnels",
"workspaceTrust"
"terminalSelection"
],
"engines": {
"vscode": "1.95.x"
Expand Down

0 comments on commit cf7233f

Please sign in to comment.