Browse Source

feat(1.87): update apis

Baptiste Augrain 1 year ago
parent
commit
27e012b8c4
2 changed files with 5 additions and 12 deletions
  1. 3 10
      product.json
  2. 2 2
      stable.json

+ 3 - 10
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"
     ],

+ 2 - 2
stable.json

@@ -1,4 +1,4 @@
 {
-  "tag": "1.86.2",
-  "commit": "903b1e9d8990623e3d7da1df3d33db3e42d80eda"
+  "tag": "1.87.0",
+  "commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2"
 }