mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
enhance: update apis
This commit is contained in:
23
product.json
23
product.json
@@ -51,7 +51,6 @@
|
|||||||
"testObserver"
|
"testObserver"
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsNew",
|
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"ms-vsliveshare.vsliveshare": [
|
"ms-vsliveshare.vsliveshare": [
|
||||||
@@ -70,7 +69,6 @@
|
|||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"resolvers",
|
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-toolsai.vscode-ai-remote": [
|
"ms-toolsai.vscode-ai-remote": [
|
||||||
@@ -78,7 +76,8 @@
|
|||||||
],
|
],
|
||||||
"ms-python.python": [
|
"ms-python.python": [
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"telemetryLogger"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging"
|
"notebookMessaging"
|
||||||
@@ -97,6 +96,7 @@
|
|||||||
"ms-vscode.azure-repos": [
|
"ms-vscode.azure-repos": [
|
||||||
"extensionRuntime",
|
"extensionRuntime",
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
|
"telemetryLogger",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
],
|
],
|
||||||
"ms-vscode.remote-repositories": [
|
"ms-vscode.remote-repositories": [
|
||||||
@@ -112,8 +112,10 @@
|
|||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
|
"scmActionButton",
|
||||||
"scmSelectedProvider",
|
"scmSelectedProvider",
|
||||||
"scmValidation",
|
"scmValidation",
|
||||||
|
"telemetryLogger",
|
||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline"
|
||||||
],
|
],
|
||||||
@@ -148,25 +150,25 @@
|
|||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"resolvers",
|
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-vscode.lsif-browser": [
|
"ms-vscode.lsif-browser": [
|
||||||
"documentFiltersExclusive"
|
"documentFiltersExclusive"
|
||||||
],
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
|
"contribCommentThreadAdditionalMenu",
|
||||||
"tokenInformation",
|
"tokenInformation",
|
||||||
"commentsResolvedState",
|
"commentsResolvedState",
|
||||||
"contribShareMenu",
|
"contribShareMenu",
|
||||||
"contribCommentPeekContext",
|
"contribCommentPeekContext",
|
||||||
"treeItemCheckbox"
|
"treeItemCheckbox",
|
||||||
|
"codiconDecoration",
|
||||||
|
"diffCommand"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsNew",
|
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsNew",
|
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
@@ -182,7 +184,8 @@
|
|||||||
"scmSelectedProvider",
|
"scmSelectedProvider",
|
||||||
"scmValidation",
|
"scmValidation",
|
||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline",
|
||||||
|
"telemetryLogger"
|
||||||
],
|
],
|
||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
@@ -210,7 +213,6 @@
|
|||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
"ms-vscode.azure-sphere-tools-ui": [
|
"ms-vscode.azure-sphere-tools-ui": [
|
||||||
"resolvers",
|
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureappservice": [
|
"ms-azuretools.vscode-azureappservice": [
|
||||||
@@ -222,6 +224,9 @@
|
|||||||
"ms-vscode.cpptools": [
|
"ms-vscode.cpptools": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
|
"redhat.java": [
|
||||||
|
"documentPaste"
|
||||||
|
],
|
||||||
"jeanp413.open-remote-ssh": [
|
"jeanp413.open-remote-ssh": [
|
||||||
"resolvers",
|
"resolvers",
|
||||||
"tunnels",
|
"tunnels",
|
||||||
|
|||||||
Reference in New Issue
Block a user