Skip to content

Commit

Permalink
feat: update apis [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Apr 5, 2024
1 parent 97bd085 commit 4dc6ac4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
27 changes: 16 additions & 11 deletions product.json
Expand Up @@ -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",
Expand All @@ -77,9 +76,6 @@
"workspaceTrust",
"tunnels"
],
"vscjava.vscode-java-test": [
"testCoverage"
],
"ms-toolsai.vscode-ai-remote": [
"resolvers"
],
Expand All @@ -91,7 +87,8 @@
"testObserver",
"quickPickItemTooltip",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent"
"terminalExecuteCommandEvent",
"contribIssueReporter"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookMessaging"
Expand Down Expand Up @@ -181,7 +178,10 @@
],
"GitHub.vscode-pull-request-github": [
"activeComment",
"commentingRangeHint",
"commentThreadApplicability",
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
"tokenInformation",
"codeActionRanges",
"commentReactor",
Expand Down Expand Up @@ -221,7 +221,10 @@
"textSearchProvider",
"contribSourceControlInputBoxMenu",
"newSymbolNamesProvider",
"findFiles2"
"findFiles2",
"extensionsAny",
"authLearnMore",
"testObserver"
],
"GitHub.remotehub": [
"contribRemoteHelp",
Expand All @@ -245,7 +248,8 @@
"notebookCellExecutionState"
],
"ms-python.debugpy": [
"portsAttributes"
"portsAttributes",
"contribIssueReporter"
],
"ms-toolsai.jupyter-renderers": [
"contribNotebookStaticPreloads"
Expand All @@ -263,6 +267,7 @@
"contribNotebookStaticPreloads",
"quickPickItemTooltip",
"notebookExecution",
"notebookCellExecution",
"notebookVariableProvider"
],
"dbaeumer.vscode-eslint": [
Expand Down
4 changes: 2 additions & 2 deletions stable.json
@@ -1,4 +1,4 @@
{
"tag": "1.87.2",
"commit": "863d2581ecda6849923a2118d93a088b0745d9d6"
"tag": "1.88.0",
"commit": "5c3e652f63e798a5ac2f31ffd0d863669328dc4c"
}

0 comments on commit 4dc6ac4

Please sign in to comment.