mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 00:41:48 +03:00
fix: update apis
This commit is contained in:
parent
52cc756ed2
commit
3a9708856a
18
product.json
18
product.json
@ -202,14 +202,10 @@
|
|||||||
"treeViewMarkdownMessage"
|
"treeViewMarkdownMessage"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"interactive",
|
"interactive",
|
||||||
@ -217,11 +213,12 @@
|
|||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatProvider",
|
|
||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"defaultChatParticipant",
|
"defaultChatParticipant",
|
||||||
"embeddings",
|
"embeddings",
|
||||||
|
"chatEditing",
|
||||||
"chatVariableResolver",
|
"chatVariableResolver",
|
||||||
|
"chatProvider",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
"codeActionAI",
|
"codeActionAI",
|
||||||
@ -260,9 +257,6 @@
|
|||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nes": [
|
|
||||||
"inlineEdit"
|
|
||||||
],
|
|
||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
@ -313,6 +307,7 @@
|
|||||||
"redhat.java": [
|
"redhat.java": [
|
||||||
"documentPaste"
|
"documentPaste"
|
||||||
],
|
],
|
||||||
|
"vscjava.vscode-java-pack": [],
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
@ -331,6 +326,9 @@
|
|||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"languageModelSystem"
|
"languageModelSystem"
|
||||||
],
|
],
|
||||||
|
"ms-toolsai.datawrangler": [],
|
||||||
|
"ms-vscode.vscode-commander": [],
|
||||||
|
"ms-vscode.vscode-websearchforcopilot": [],
|
||||||
"ms-vscode.vscode-copilot-data-analysis": [
|
"ms-vscode.vscode-copilot-data-analysis": [
|
||||||
"chatVariableResolver",
|
"chatVariableResolver",
|
||||||
"chatProvider"
|
"chatProvider"
|
||||||
|
Loading…
Reference in New Issue
Block a user