diff --git a/package-lock.json b/package-lock.json index 9069d87..fe9671d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,6 +41,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", @@ -1839,6 +1840,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/vscode": { + "version": "1.95.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz", + "integrity": "sha512-0LBD8TEiNbet3NvWsmn59zLzOFu/txSlGxnv5yAFHCrhG9WvAnR3IvfHzMOs2aeWqgvNjq9pO99IUw8d3n+unw==", + "dev": true, + "license": "MIT" + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.14.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz", diff --git a/package.json b/package.json index 06b22df..c9642df 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"