feat: update apis [skip ci]
This commit is contained in:
parent
97bd0850e2
commit
4dc6ac4efb
2 changed files with 18 additions and 13 deletions
27
product.json
27
product.json
|
@ -48,15 +48,14 @@
|
||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver",
|
"testObserver"
|
||||||
"testCoverage"
|
|
||||||
],
|
|
||||||
"ms-vscode.extension-test-runner": [
|
|
||||||
"testCoverage"
|
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
|
"ms-toolsai.datawrangler": [
|
||||||
|
"debugFocus"
|
||||||
|
],
|
||||||
"ms-vsliveshare.vsliveshare": [
|
"ms-vsliveshare.vsliveshare": [
|
||||||
"contribMenuBarHome",
|
"contribMenuBarHome",
|
||||||
"contribShareMenu",
|
"contribShareMenu",
|
||||||
|
@ -77,9 +76,6 @@
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"vscjava.vscode-java-test": [
|
|
||||||
"testCoverage"
|
|
||||||
],
|
|
||||||
"ms-toolsai.vscode-ai-remote": [
|
"ms-toolsai.vscode-ai-remote": [
|
||||||
"resolvers"
|
"resolvers"
|
||||||
],
|
],
|
||||||
|
@ -91,7 +87,8 @@
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"terminalExecuteCommandEvent"
|
"terminalExecuteCommandEvent",
|
||||||
|
"contribIssueReporter"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging"
|
"notebookMessaging"
|
||||||
|
@ -181,7 +178,10 @@
|
||||||
],
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"activeComment",
|
"activeComment",
|
||||||
|
"commentingRangeHint",
|
||||||
|
"commentThreadApplicability",
|
||||||
"contribCommentThreadAdditionalMenu",
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
"tokenInformation",
|
"tokenInformation",
|
||||||
"codeActionRanges",
|
"codeActionRanges",
|
||||||
"commentReactor",
|
"commentReactor",
|
||||||
|
@ -221,7 +221,10 @@
|
||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"contribSourceControlInputBoxMenu",
|
"contribSourceControlInputBoxMenu",
|
||||||
"newSymbolNamesProvider",
|
"newSymbolNamesProvider",
|
||||||
"findFiles2"
|
"findFiles2",
|
||||||
|
"extensionsAny",
|
||||||
|
"authLearnMore",
|
||||||
|
"testObserver"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
|
@ -245,7 +248,8 @@
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
"ms-python.debugpy": [
|
"ms-python.debugpy": [
|
||||||
"portsAttributes"
|
"portsAttributes",
|
||||||
|
"contribIssueReporter"
|
||||||
],
|
],
|
||||||
"ms-toolsai.jupyter-renderers": [
|
"ms-toolsai.jupyter-renderers": [
|
||||||
"contribNotebookStaticPreloads"
|
"contribNotebookStaticPreloads"
|
||||||
|
@ -263,6 +267,7 @@
|
||||||
"contribNotebookStaticPreloads",
|
"contribNotebookStaticPreloads",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"notebookExecution",
|
"notebookExecution",
|
||||||
|
"notebookCellExecution",
|
||||||
"notebookVariableProvider"
|
"notebookVariableProvider"
|
||||||
],
|
],
|
||||||
"dbaeumer.vscode-eslint": [
|
"dbaeumer.vscode-eslint": [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"tag": "1.87.2",
|
"tag": "1.88.0",
|
||||||
"commit": "863d2581ecda6849923a2118d93a088b0745d9d6"
|
"commit": "5c3e652f63e798a5ac2f31ffd0d863669328dc4c"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue