|
@@ -48,7 +48,8 @@
|
|
],
|
|
],
|
|
"extensionEnabledApiProposals": {
|
|
"extensionEnabledApiProposals": {
|
|
"ms-vscode.vscode-selfhost-test-provider": [
|
|
"ms-vscode.vscode-selfhost-test-provider": [
|
|
- "testObserver"
|
|
|
|
|
|
+ "testObserver",
|
|
|
|
+ "testContinuousRun"
|
|
],
|
|
],
|
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
|
"inlineCompletionsAdditions"
|
|
"inlineCompletionsAdditions"
|
|
@@ -76,8 +77,7 @@
|
|
],
|
|
],
|
|
"ms-python.python": [
|
|
"ms-python.python": [
|
|
"quickPickSortByLabel",
|
|
"quickPickSortByLabel",
|
|
- "testObserver",
|
|
|
|
- "telemetryLogger"
|
|
|
|
|
|
+ "testObserver"
|
|
],
|
|
],
|
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
|
"notebookMessaging"
|
|
"notebookMessaging"
|
|
@@ -95,7 +95,6 @@
|
|
],
|
|
],
|
|
"ms-vscode.azure-repos": [
|
|
"ms-vscode.azure-repos": [
|
|
"extensionRuntime",
|
|
"extensionRuntime",
|
|
- "telemetryLogger",
|
|
|
|
"fileSearchProvider",
|
|
"fileSearchProvider",
|
|
"textSearchProvider"
|
|
"textSearchProvider"
|
|
],
|
|
],
|
|
@@ -115,7 +114,6 @@
|
|
"scmActionButton",
|
|
"scmActionButton",
|
|
"scmSelectedProvider",
|
|
"scmSelectedProvider",
|
|
"scmValidation",
|
|
"scmValidation",
|
|
- "telemetryLogger",
|
|
|
|
"textSearchProvider",
|
|
"textSearchProvider",
|
|
"timeline"
|
|
"timeline"
|
|
],
|
|
],
|
|
@@ -169,7 +167,8 @@
|
|
"treeItemCheckbox",
|
|
"treeItemCheckbox",
|
|
"codiconDecoration",
|
|
"codiconDecoration",
|
|
"diffCommand",
|
|
"diffCommand",
|
|
- "contribCommentEditorActionsMenu"
|
|
|
|
|
|
+ "contribCommentEditorActionsMenu",
|
|
|
|
+ "quickDiffProvider"
|
|
],
|
|
],
|
|
"GitHub.copilot": [
|
|
"GitHub.copilot": [
|
|
"inlineCompletionsAdditions"
|
|
"inlineCompletionsAdditions"
|
|
@@ -190,8 +189,7 @@
|
|
"scmSelectedProvider",
|
|
"scmSelectedProvider",
|
|
"scmValidation",
|
|
"scmValidation",
|
|
"textSearchProvider",
|
|
"textSearchProvider",
|
|
- "timeline",
|
|
|
|
- "telemetryLogger"
|
|
|
|
|
|
+ "timeline"
|
|
],
|
|
],
|
|
"ms-python.gather": [
|
|
"ms-python.gather": [
|
|
"notebookCellExecutionState"
|
|
"notebookCellExecutionState"
|