diff --git a/product.json b/product.json index 1bdd011..efeaa2c 100644 --- a/product.json +++ b/product.json @@ -49,6 +49,7 @@ "extensionsEnabledWithApiProposalVersion": [ "GitHub.copilot-chat", "ms-vscode.vscode-commander", + "ms-vscode.vscode-copilot-vision", "GitHub.vscode-pull-request-github" ], "extensionEnabledApiProposals": { @@ -245,14 +246,10 @@ ], "GitHub.copilot": [ "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent", "devDeviceId" ], "GitHub.copilot-nightly": [ "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent", "devDeviceId" ], "GitHub.copilot-chat": [ @@ -384,6 +381,7 @@ "terminalDataWriteEvent", "chatParticipantAdditions" ], + "vscjava.vscode-java-pack": [], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -407,6 +405,9 @@ "languageModelSystem", "mcpServerDefinitions" ], + "ms-toolsai.datawrangler": [], + "ms-vscode.vscode-commander": [], + "ms-vscode.vscode-websearchforcopilot": [], "ms-vscode.vscode-copilot-vision": [ "chatReferenceBinaryData", "codeActionAI" @@ -414,10 +415,6 @@ "ms-autodev.vscode-autodev": [ "chatParticipantAdditions" ], - "codetrek.haystack-search": [ - "fileSearchProvider", - "textSearchProvider2" - ], "vscjava.migrate-java-to-azure": [ "chatParticipantAdditions", "chatParticipantPrivate" diff --git a/upstream/stable.json b/upstream/stable.json index 7b0d84b..0909ccb 100644 --- a/upstream/stable.json +++ b/upstream/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.112.0", - "commit": "07ff9d6178ede9a1bd12ad3399074d726ebe6e43" + "tag": "1.116.0", + "commit": "560a9dba96f961efea7b1612916f89e5d5d4d679" }