Skip to content

Commit

Permalink
feat(1.87): update apis
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 29, 2024
1 parent 4a5eac4 commit 27e012b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions product.json
Expand Up @@ -197,14 +197,10 @@
"quickDiffProvider"
],
"GitHub.copilot": [
"inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-nightly": [
"inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-chat": [
"handleIssueUri",
Expand All @@ -213,11 +209,11 @@
"terminalExecuteCommandEvent",
"terminalSelection",
"terminalQuickFixProvider",
"chatProvider",
"chatParticipant",
"chatParticipantAdditions",
"defaultChatParticipant",
"chatVariableResolver",
"chatProvider",
"mappedEditsProvider",
"aiRelatedInformation",
"codeActionAI",
Expand All @@ -242,9 +238,6 @@
"textSearchProvider",
"timeline"
],
"GitHub.copilot-nes": [
"inlineEdit"
],
"ms-python.gather": [
"notebookCellExecutionState"
],
Expand Down
4 changes: 2 additions & 2 deletions stable.json
@@ -1,4 +1,4 @@
{
"tag": "1.86.2",
"commit": "903b1e9d8990623e3d7da1df3d33db3e42d80eda"
"tag": "1.87.0",
"commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2"
}

0 comments on commit 27e012b

Please sign in to comment.