mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
feat(1.97): update api [skip ci]
This commit is contained in:
37
product.json
37
product.json
@@ -89,7 +89,16 @@
|
|||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"contribIssueReporter",
|
"contribIssueReporter",
|
||||||
"notebookReplDocument",
|
"notebookReplDocument",
|
||||||
"notebookVariableProvider"
|
"notebookVariableProvider",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
|
],
|
||||||
|
"ms-python.vscode-python-envs": [
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"chatVariableResolver",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging"
|
"notebookMessaging"
|
||||||
@@ -194,7 +203,6 @@
|
|||||||
"contribMultiDiffEditorMenus",
|
"contribMultiDiffEditorMenus",
|
||||||
"contribShareMenu",
|
"contribShareMenu",
|
||||||
"diffCommand",
|
"diffCommand",
|
||||||
"fileComments",
|
|
||||||
"quickDiffProvider",
|
"quickDiffProvider",
|
||||||
"shareProvider",
|
"shareProvider",
|
||||||
"tabInputTextMerge",
|
"tabInputTextMerge",
|
||||||
@@ -202,10 +210,14 @@
|
|||||||
"treeViewMarkdownMessage"
|
"treeViewMarkdownMessage"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions",
|
||||||
|
"interactive",
|
||||||
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions",
|
||||||
|
"interactive",
|
||||||
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"interactive",
|
"interactive",
|
||||||
@@ -213,12 +225,11 @@
|
|||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
|
"chatProvider",
|
||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"defaultChatParticipant",
|
"defaultChatParticipant",
|
||||||
"embeddings",
|
"embeddings",
|
||||||
"chatEditing",
|
|
||||||
"chatVariableResolver",
|
"chatVariableResolver",
|
||||||
"chatProvider",
|
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
"chatEditing",
|
"chatEditing",
|
||||||
@@ -236,12 +247,14 @@
|
|||||||
"findFiles2",
|
"findFiles2",
|
||||||
"extensionsAny",
|
"extensionsAny",
|
||||||
"authLearnMore",
|
"authLearnMore",
|
||||||
|
"chatReadonlyPromptReference",
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"aiTextSearchProvider",
|
"aiTextSearchProvider",
|
||||||
"documentFiltersExclusive",
|
"documentFiltersExclusive",
|
||||||
"chatParticipantPrivate",
|
"chatParticipantPrivate",
|
||||||
"contribDebugCreateConfiguration",
|
"contribDebugCreateConfiguration",
|
||||||
"inlineEdit"
|
"inlineEdit",
|
||||||
|
"chatReferenceBinaryData"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@@ -258,6 +271,9 @@
|
|||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline"
|
||||||
],
|
],
|
||||||
|
"GitHub.copilot-nes": [
|
||||||
|
"inlineEdit"
|
||||||
|
],
|
||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
@@ -301,12 +317,12 @@
|
|||||||
"extensionsAny"
|
"extensionsAny"
|
||||||
],
|
],
|
||||||
"ms-vscode.cpptools": [
|
"ms-vscode.cpptools": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent",
|
||||||
|
"chatParticipantAdditions"
|
||||||
],
|
],
|
||||||
"redhat.java": [
|
"redhat.java": [
|
||||||
"documentPaste"
|
"documentPaste"
|
||||||
],
|
],
|
||||||
"vscjava.vscode-java-pack": [],
|
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
@@ -325,9 +341,6 @@
|
|||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"languageModelSystem"
|
"languageModelSystem"
|
||||||
],
|
],
|
||||||
"ms-toolsai.datawrangler": [],
|
|
||||||
"ms-vscode.vscode-commander": [],
|
|
||||||
"ms-vscode.vscode-websearchforcopilot": [],
|
|
||||||
"ms-vscode.vscode-copilot-data-analysis": [
|
"ms-vscode.vscode-copilot-data-analysis": [
|
||||||
"chatVariableResolver",
|
"chatVariableResolver",
|
||||||
"chatProvider"
|
"chatProvider"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"tag": "1.97.0",
|
"tag": "1.97.0",
|
||||||
"commit": "f5782f528629d4200a964cc652055a4da43a7eb1"
|
"commit": "a1fc8c144985285527fcceb7adfa5f66b6bb5399"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user