|
@@ -202,14 +202,10 @@
|
|
|
"treeViewMarkdownMessage"
|
|
|
],
|
|
|
"GitHub.copilot": [
|
|
|
- "inlineCompletionsAdditions",
|
|
|
- "interactive",
|
|
|
- "terminalDataWriteEvent"
|
|
|
+ "inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.copilot-nightly": [
|
|
|
- "inlineCompletionsAdditions",
|
|
|
- "interactive",
|
|
|
- "terminalDataWriteEvent"
|
|
|
+ "inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.copilot-chat": [
|
|
|
"interactive",
|
|
@@ -217,11 +213,12 @@
|
|
|
"terminalExecuteCommandEvent",
|
|
|
"terminalSelection",
|
|
|
"terminalQuickFixProvider",
|
|
|
- "chatProvider",
|
|
|
"chatParticipantAdditions",
|
|
|
"defaultChatParticipant",
|
|
|
"embeddings",
|
|
|
+ "chatEditing",
|
|
|
"chatVariableResolver",
|
|
|
+ "chatProvider",
|
|
|
"mappedEditsProvider",
|
|
|
"aiRelatedInformation",
|
|
|
"codeActionAI",
|
|
@@ -260,9 +257,6 @@
|
|
|
"textSearchProvider",
|
|
|
"timeline"
|
|
|
],
|
|
|
- "GitHub.copilot-nes": [
|
|
|
- "inlineEdit"
|
|
|
- ],
|
|
|
"ms-python.gather": [
|
|
|
"notebookCellExecutionState"
|
|
|
],
|
|
@@ -313,6 +307,7 @@
|
|
|
"redhat.java": [
|
|
|
"documentPaste"
|
|
|
],
|
|
|
+ "vscjava.vscode-java-pack": [],
|
|
|
"ms-dotnettools.csdevkit": [
|
|
|
"inlineCompletionsAdditions"
|
|
|
],
|
|
@@ -331,6 +326,9 @@
|
|
|
"chatParticipantAdditions",
|
|
|
"languageModelSystem"
|
|
|
],
|
|
|
+ "ms-toolsai.datawrangler": [],
|
|
|
+ "ms-vscode.vscode-commander": [],
|
|
|
+ "ms-vscode.vscode-websearchforcopilot": [],
|
|
|
"ms-vscode.vscode-copilot-data-analysis": [
|
|
|
"chatVariableResolver",
|
|
|
"chatProvider"
|