|
@@ -51,7 +51,6 @@
|
|
|
"testObserver"
|
|
|
],
|
|
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
|
|
- "inlineCompletionsNew",
|
|
|
"inlineCompletionsAdditions"
|
|
|
],
|
|
|
"ms-vsliveshare.vsliveshare": [
|
|
@@ -70,7 +69,6 @@
|
|
|
"portsAttributes",
|
|
|
"findTextInFiles",
|
|
|
"workspaceTrust",
|
|
|
- "resolvers",
|
|
|
"tunnels"
|
|
|
],
|
|
|
"ms-toolsai.vscode-ai-remote": [
|
|
@@ -78,7 +76,8 @@
|
|
|
],
|
|
|
"ms-python.python": [
|
|
|
"quickPickSortByLabel",
|
|
|
- "testObserver"
|
|
|
+ "testObserver",
|
|
|
+ "telemetryLogger"
|
|
|
],
|
|
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
|
|
"notebookMessaging"
|
|
@@ -97,6 +96,7 @@
|
|
|
"ms-vscode.azure-repos": [
|
|
|
"extensionRuntime",
|
|
|
"fileSearchProvider",
|
|
|
+ "telemetryLogger",
|
|
|
"textSearchProvider"
|
|
|
],
|
|
|
"ms-vscode.remote-repositories": [
|
|
@@ -112,8 +112,10 @@
|
|
|
"fileSearchProvider",
|
|
|
"quickPickSortByLabel",
|
|
|
"workspaceTrust",
|
|
|
+ "scmActionButton",
|
|
|
"scmSelectedProvider",
|
|
|
"scmValidation",
|
|
|
+ "telemetryLogger",
|
|
|
"textSearchProvider",
|
|
|
"timeline"
|
|
|
],
|
|
@@ -148,25 +150,25 @@
|
|
|
"portsAttributes",
|
|
|
"findTextInFiles",
|
|
|
"workspaceTrust",
|
|
|
- "resolvers",
|
|
|
"tunnels"
|
|
|
],
|
|
|
"ms-vscode.lsif-browser": [
|
|
|
"documentFiltersExclusive"
|
|
|
],
|
|
|
"GitHub.vscode-pull-request-github": [
|
|
|
+ "contribCommentThreadAdditionalMenu",
|
|
|
"tokenInformation",
|
|
|
"commentsResolvedState",
|
|
|
"contribShareMenu",
|
|
|
"contribCommentPeekContext",
|
|
|
- "treeItemCheckbox"
|
|
|
+ "treeItemCheckbox",
|
|
|
+ "codiconDecoration",
|
|
|
+ "diffCommand"
|
|
|
],
|
|
|
"GitHub.copilot": [
|
|
|
- "inlineCompletionsNew",
|
|
|
"inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.copilot-nightly": [
|
|
|
- "inlineCompletionsNew",
|
|
|
"inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.remotehub": [
|
|
@@ -182,7 +184,8 @@
|
|
|
"scmSelectedProvider",
|
|
|
"scmValidation",
|
|
|
"textSearchProvider",
|
|
|
- "timeline"
|
|
|
+ "timeline",
|
|
|
+ "telemetryLogger"
|
|
|
],
|
|
|
"ms-python.gather": [
|
|
|
"notebookCellExecutionState"
|
|
@@ -210,7 +213,6 @@
|
|
|
"notebookCellExecutionState"
|
|
|
],
|
|
|
"ms-vscode.azure-sphere-tools-ui": [
|
|
|
- "resolvers",
|
|
|
"tunnels"
|
|
|
],
|
|
|
"ms-azuretools.vscode-azureappservice": [
|
|
@@ -222,6 +224,9 @@
|
|
|
"ms-vscode.cpptools": [
|
|
|
"terminalDataWriteEvent"
|
|
|
],
|
|
|
+ "redhat.java": [
|
|
|
+ "documentPaste"
|
|
|
+ ],
|
|
|
"jeanp413.open-remote-ssh": [
|
|
|
"resolvers",
|
|
|
"tunnels",
|