diff --git a/product.json b/product.json index 1395663..bf9e0a0 100644 --- a/product.json +++ b/product.json @@ -89,7 +89,16 @@ "terminalExecuteCommandEvent", "contribIssueReporter", "notebookReplDocument", - "notebookVariableProvider" + "notebookVariableProvider", + "terminalShellEnv", + "terminalShellType" + ], + "ms-python.vscode-python-envs": [ + "chatParticipantPrivate", + "chatParticipantAdditions", + "chatVariableResolver", + "terminalShellEnv", + "terminalShellType" ], "ms-dotnettools.dotnet-interactive-vscode": [ "notebookMessaging" @@ -194,7 +203,6 @@ "contribMultiDiffEditorMenus", "contribShareMenu", "diffCommand", - "fileComments", "quickDiffProvider", "shareProvider", "tabInputTextMerge", @@ -202,10 +210,14 @@ "treeViewMarkdownMessage" ], "GitHub.copilot": [ - "inlineCompletionsAdditions" + "inlineCompletionsAdditions", + "interactive", + "terminalDataWriteEvent" ], "GitHub.copilot-nightly": [ - "inlineCompletionsAdditions" + "inlineCompletionsAdditions", + "interactive", + "terminalDataWriteEvent" ], "GitHub.copilot-chat": [ "interactive", @@ -213,12 +225,11 @@ "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", + "chatProvider", "chatParticipantAdditions", "defaultChatParticipant", "embeddings", - "chatEditing", "chatVariableResolver", - "chatProvider", "mappedEditsProvider", "aiRelatedInformation", "chatEditing", @@ -236,12 +247,14 @@ "findFiles2", "extensionsAny", "authLearnMore", + "chatReadonlyPromptReference", "testObserver", "aiTextSearchProvider", "documentFiltersExclusive", "chatParticipantPrivate", "contribDebugCreateConfiguration", - "inlineEdit" + "inlineEdit", + "chatReferenceBinaryData" ], "GitHub.remotehub": [ "contribRemoteHelp", @@ -258,6 +271,9 @@ "textSearchProvider", "timeline" ], + "GitHub.copilot-nes": [ + "inlineEdit" + ], "ms-python.gather": [ "notebookCellExecutionState" ], @@ -301,12 +317,12 @@ "extensionsAny" ], "ms-vscode.cpptools": [ - "terminalDataWriteEvent" + "terminalDataWriteEvent", + "chatParticipantAdditions" ], "redhat.java": [ "documentPaste" ], - "vscjava.vscode-java-pack": [], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -325,9 +341,6 @@ "chatParticipantAdditions", "languageModelSystem" ], - "ms-toolsai.datawrangler": [], - "ms-vscode.vscode-commander": [], - "ms-vscode.vscode-websearchforcopilot": [], "ms-vscode.vscode-copilot-data-analysis": [ "chatVariableResolver", "chatProvider" diff --git a/upstream/insider.json b/upstream/insider.json index 795e3e1..6771b32 100644 --- a/upstream/insider.json +++ b/upstream/insider.json @@ -1,4 +1,4 @@ { "tag": "1.97.0", - "commit": "f5782f528629d4200a964cc652055a4da43a7eb1" + "commit": "a1fc8c144985285527fcceb7adfa5f66b6bb5399" }