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": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver",
|
||||
"testCoverage"
|
||||
],
|
||||
"ms-vscode.extension-test-runner": [
|
||||
"testCoverage"
|
||||
"testObserver"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
"ms-toolsai.datawrangler": [
|
||||
"debugFocus"
|
||||
],
|
||||
"ms-vsliveshare.vsliveshare": [
|
||||
"contribMenuBarHome",
|
||||
"contribShareMenu",
|
||||
|
@ -77,9 +76,6 @@
|
|||
"workspaceTrust",
|
||||
"tunnels"
|
||||
],
|
||||
"vscjava.vscode-java-test": [
|
||||
"testCoverage"
|
||||
],
|
||||
"ms-toolsai.vscode-ai-remote": [
|
||||
"resolvers"
|
||||
],
|
||||
|
@ -91,7 +87,8 @@
|
|||
"testObserver",
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent"
|
||||
"terminalExecuteCommandEvent",
|
||||
"contribIssueReporter"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging"
|
||||
|
@ -181,7 +178,10 @@
|
|||
],
|
||||
"GitHub.vscode-pull-request-github": [
|
||||
"activeComment",
|
||||
"commentingRangeHint",
|
||||
"commentThreadApplicability",
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"contribCommentsViewThreadMenus",
|
||||
"tokenInformation",
|
||||
"codeActionRanges",
|
||||
"commentReactor",
|
||||
|
@ -221,7 +221,10 @@
|
|||
"textSearchProvider",
|
||||
"contribSourceControlInputBoxMenu",
|
||||
"newSymbolNamesProvider",
|
||||
"findFiles2"
|
||||
"findFiles2",
|
||||
"extensionsAny",
|
||||
"authLearnMore",
|
||||
"testObserver"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
|
@ -245,7 +248,8 @@
|
|||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.debugpy": [
|
||||
"portsAttributes"
|
||||
"portsAttributes",
|
||||
"contribIssueReporter"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
"contribNotebookStaticPreloads"
|
||||
|
@ -263,6 +267,7 @@
|
|||
"contribNotebookStaticPreloads",
|
||||
"quickPickItemTooltip",
|
||||
"notebookExecution",
|
||||
"notebookCellExecution",
|
||||
"notebookVariableProvider"
|
||||
],
|
||||
"dbaeumer.vscode-eslint": [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"tag": "1.87.2",
|
||||
"commit": "863d2581ecda6849923a2118d93a088b0745d9d6"
|
||||
"tag": "1.88.0",
|
||||
"commit": "5c3e652f63e798a5ac2f31ffd0d863669328dc4c"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue