|
@@ -89,7 +89,16 @@
|
|
|
"terminalExecuteCommandEvent",
|
|
|
"contribIssueReporter",
|
|
|
"notebookReplDocument",
|
|
|
- "notebookVariableProvider"
|
|
|
+ "notebookVariableProvider",
|
|
|
+ "terminalShellEnv",
|
|
|
+ "terminalShellType"
|
|
|
+ ],
|
|
|
+ "ms-python.vscode-python-envs": [
|
|
|
+ "chatParticipantPrivate",
|
|
|
+ "chatParticipantAdditions",
|
|
|
+ "chatVariableResolver",
|
|
|
+ "terminalShellEnv",
|
|
|
+ "terminalShellType"
|
|
|
],
|
|
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
|
|
"notebookMessaging"
|
|
@@ -194,7 +203,6 @@
|
|
|
"contribMultiDiffEditorMenus",
|
|
|
"contribShareMenu",
|
|
|
"diffCommand",
|
|
|
- "fileComments",
|
|
|
"quickDiffProvider",
|
|
|
"shareProvider",
|
|
|
"tabInputTextMerge",
|
|
@@ -202,10 +210,14 @@
|
|
|
"treeViewMarkdownMessage"
|
|
|
],
|
|
|
"GitHub.copilot": [
|
|
|
- "inlineCompletionsAdditions"
|
|
|
+ "inlineCompletionsAdditions",
|
|
|
+ "interactive",
|
|
|
+ "terminalDataWriteEvent"
|
|
|
],
|
|
|
"GitHub.copilot-nightly": [
|
|
|
- "inlineCompletionsAdditions"
|
|
|
+ "inlineCompletionsAdditions",
|
|
|
+ "interactive",
|
|
|
+ "terminalDataWriteEvent"
|
|
|
],
|
|
|
"GitHub.copilot-chat": [
|
|
|
"interactive",
|
|
@@ -213,12 +225,11 @@
|
|
|
"terminalExecuteCommandEvent",
|
|
|
"terminalSelection",
|
|
|
"terminalQuickFixProvider",
|
|
|
+ "chatProvider",
|
|
|
"chatParticipantAdditions",
|
|
|
"defaultChatParticipant",
|
|
|
"embeddings",
|
|
|
- "chatEditing",
|
|
|
"chatVariableResolver",
|
|
|
- "chatProvider",
|
|
|
"mappedEditsProvider",
|
|
|
"aiRelatedInformation",
|
|
|
"chatEditing",
|
|
@@ -236,12 +247,14 @@
|
|
|
"findFiles2",
|
|
|
"extensionsAny",
|
|
|
"authLearnMore",
|
|
|
+ "chatReadonlyPromptReference",
|
|
|
"testObserver",
|
|
|
"aiTextSearchProvider",
|
|
|
"documentFiltersExclusive",
|
|
|
"chatParticipantPrivate",
|
|
|
"contribDebugCreateConfiguration",
|
|
|
- "inlineEdit"
|
|
|
+ "inlineEdit",
|
|
|
+ "chatReferenceBinaryData"
|
|
|
],
|
|
|
"GitHub.remotehub": [
|
|
|
"contribRemoteHelp",
|
|
@@ -258,6 +271,9 @@
|
|
|
"textSearchProvider",
|
|
|
"timeline"
|
|
|
],
|
|
|
+ "GitHub.copilot-nes": [
|
|
|
+ "inlineEdit"
|
|
|
+ ],
|
|
|
"ms-python.gather": [
|
|
|
"notebookCellExecutionState"
|
|
|
],
|
|
@@ -301,12 +317,12 @@
|
|
|
"extensionsAny"
|
|
|
],
|
|
|
"ms-vscode.cpptools": [
|
|
|
- "terminalDataWriteEvent"
|
|
|
+ "terminalDataWriteEvent",
|
|
|
+ "chatParticipantAdditions"
|
|
|
],
|
|
|
"redhat.java": [
|
|
|
"documentPaste"
|
|
|
],
|
|
|
- "vscjava.vscode-java-pack": [],
|
|
|
"ms-dotnettools.csdevkit": [
|
|
|
"inlineCompletionsAdditions"
|
|
|
],
|
|
@@ -325,9 +341,6 @@
|
|
|
"chatParticipantAdditions",
|
|
|
"languageModelSystem"
|
|
|
],
|
|
|
- "ms-toolsai.datawrangler": [],
|
|
|
- "ms-vscode.vscode-commander": [],
|
|
|
- "ms-vscode.vscode-websearchforcopilot": [],
|
|
|
"ms-vscode.vscode-copilot-data-analysis": [
|
|
|
"chatVariableResolver",
|
|
|
"chatProvider"
|