mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
fix: update api proposals [skip ci]
This commit is contained in:
44
product.json
44
product.json
@@ -47,8 +47,18 @@
|
|||||||
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
|
"ms-azuretools.vscode-containers": [
|
||||||
|
"authenticationChallenges"
|
||||||
|
],
|
||||||
|
"ms-azuretools.vscode-azureresourcegroups": [
|
||||||
|
"authenticationChallenges"
|
||||||
|
],
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot": [
|
||||||
|
"authenticationChallenges"
|
||||||
|
],
|
||||||
"ms-azuretools.vscode-dev-azurecloudshell": [
|
"ms-azuretools.vscode-dev-azurecloudshell": [
|
||||||
"contribEditSessions"
|
"contribEditSessions",
|
||||||
|
"authenticationChallenges"
|
||||||
],
|
],
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver",
|
"testObserver",
|
||||||
@@ -65,7 +75,6 @@
|
|||||||
"documentFiltersExclusive",
|
"documentFiltersExclusive",
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"notebookCellExecutionState",
|
|
||||||
"notebookLiveShare",
|
"notebookLiveShare",
|
||||||
"terminalDimensions",
|
"terminalDimensions",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
@@ -212,14 +221,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",
|
||||||
@@ -227,14 +232,14 @@
|
|||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatProvider",
|
|
||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"defaultChatParticipant",
|
"defaultChatParticipant",
|
||||||
"embeddings",
|
"embeddings",
|
||||||
|
"chatEditing",
|
||||||
|
"chatProvider",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
"aiSettingsSearch",
|
"aiSettingsSearch",
|
||||||
"chatEditing",
|
|
||||||
"codeActionAI",
|
"codeActionAI",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"findTextInFiles2",
|
"findTextInFiles2",
|
||||||
@@ -261,13 +266,15 @@
|
|||||||
"languageModelSystem",
|
"languageModelSystem",
|
||||||
"languageModelCapabilities",
|
"languageModelCapabilities",
|
||||||
"languageModelDataPart",
|
"languageModelDataPart",
|
||||||
|
"languageModelThinkingPart",
|
||||||
"chatStatusItem",
|
"chatStatusItem",
|
||||||
"taskProblemMatcherStatus",
|
"taskProblemMatcherStatus",
|
||||||
"contribLanguageModelToolSets",
|
"contribLanguageModelToolSets",
|
||||||
"textDocumentChangeReason",
|
"textDocumentChangeReason",
|
||||||
"resolvers",
|
"resolvers",
|
||||||
"taskExecutionTerminal",
|
"taskExecutionTerminal",
|
||||||
"dataChannels"
|
"dataChannels",
|
||||||
|
"chatSessionsProvider"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@@ -284,11 +291,7 @@
|
|||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline"
|
||||||
],
|
],
|
||||||
"ms-python.gather": [
|
|
||||||
"notebookCellExecutionState"
|
|
||||||
],
|
|
||||||
"ms-python.vscode-pylance": [
|
"ms-python.vscode-pylance": [
|
||||||
"mcpConfigurationProvider",
|
|
||||||
"terminalShellEnv"
|
"terminalShellEnv"
|
||||||
],
|
],
|
||||||
"ms-python.debugpy": [
|
"ms-python.debugpy": [
|
||||||
@@ -335,6 +338,7 @@
|
|||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"chatParticipantAdditions"
|
"chatParticipantAdditions"
|
||||||
],
|
],
|
||||||
|
"vscjava.vscode-java-pack": [],
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
@@ -353,6 +357,9 @@
|
|||||||
"chatParticipantAdditions",
|
"chatParticipantAdditions",
|
||||||
"languageModelSystem"
|
"languageModelSystem"
|
||||||
],
|
],
|
||||||
|
"ms-toolsai.datawrangler": [],
|
||||||
|
"ms-vscode.vscode-commander": [],
|
||||||
|
"ms-vscode.vscode-websearchforcopilot": [],
|
||||||
"ms-vscode.vscode-copilot-vision": [
|
"ms-vscode.vscode-copilot-vision": [
|
||||||
"chatReferenceBinaryData",
|
"chatReferenceBinaryData",
|
||||||
"codeActionAI"
|
"codeActionAI"
|
||||||
@@ -360,12 +367,9 @@
|
|||||||
"ms-autodev.vscode-autodev": [
|
"ms-autodev.vscode-autodev": [
|
||||||
"chatParticipantAdditions"
|
"chatParticipantAdditions"
|
||||||
],
|
],
|
||||||
"codetrek.haystack-search": [
|
|
||||||
"fileSearchProvider",
|
|
||||||
"textSearchProvider2"
|
|
||||||
],
|
|
||||||
"vscjava.vscode-java-upgrade": [
|
"vscjava.vscode-java-upgrade": [
|
||||||
"chatParticipantAdditions"
|
"chatParticipantAdditions",
|
||||||
|
"chatParticipantPrivate"
|
||||||
],
|
],
|
||||||
"FoundryLocal.foundry-local-chat": [
|
"FoundryLocal.foundry-local-chat": [
|
||||||
"chatProvider"
|
"chatProvider"
|
||||||
|
|||||||
Reference in New Issue
Block a user