Browse Source

feat(1.97): update api [skip ci]

Baptiste Augrain 4 months ago
parent
commit
8d180a2888
2 changed files with 26 additions and 13 deletions
  1. 25 12
      product.json
  2. 1 1
      upstream/insider.json

+ 25 - 12
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"

+ 1 - 1
upstream/insider.json

@@ -1,4 +1,4 @@
 {
   "tag": "1.97.0",
-  "commit": "f5782f528629d4200a964cc652055a4da43a7eb1"
+  "commit": "a1fc8c144985285527fcceb7adfa5f66b6bb5399"
 }