diff --git a/product.json b/product.json index 458adc6f97c..53832fbf1ac 100644 --- a/product.json +++ b/product.json @@ -197,14 +197,10 @@ "quickDiffProvider" ], "GitHub.copilot": [ - "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-nightly": [ - "inlineCompletionsAdditions", - "interactive", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-chat": [ "handleIssueUri", @@ -213,11 +209,11 @@ "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", - "chatProvider", "chatParticipant", "chatParticipantAdditions", "defaultChatParticipant", "chatVariableResolver", + "chatProvider", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", @@ -242,9 +238,6 @@ "textSearchProvider", "timeline" ], - "GitHub.copilot-nes": [ - "inlineEdit" - ], "ms-python.gather": [ "notebookCellExecutionState" ], diff --git a/stable.json b/stable.json index 40afb566af1..89b266d82d5 100644 --- a/stable.json +++ b/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.86.2", - "commit": "903b1e9d8990623e3d7da1df3d33db3e42d80eda" + "tag": "1.87.0", + "commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2" }