|
@@ -49,6 +49,7 @@
|
|
|
"extensionEnabledApiProposals": {
|
|
|
"ms-vscode.vscode-selfhost-test-provider": [
|
|
|
"testObserver",
|
|
|
+ "testRelatedCode",
|
|
|
"attributableCoverage"
|
|
|
],
|
|
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
|
@@ -200,14 +201,10 @@
|
|
|
],
|
|
|
"GitHub.copilot": [
|
|
|
"authGetSessions",
|
|
|
- "inlineCompletionsAdditions",
|
|
|
- "interactive",
|
|
|
- "terminalDataWriteEvent"
|
|
|
+ "inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.copilot-nightly": [
|
|
|
- "inlineCompletionsAdditions",
|
|
|
- "interactive",
|
|
|
- "terminalDataWriteEvent"
|
|
|
+ "inlineCompletionsAdditions"
|
|
|
],
|
|
|
"GitHub.copilot-chat": [
|
|
|
"interactive",
|
|
@@ -215,11 +212,11 @@
|
|
|
"terminalExecuteCommandEvent",
|
|
|
"terminalSelection",
|
|
|
"terminalQuickFixProvider",
|
|
|
- "chatProvider",
|
|
|
"chatParticipantAdditions",
|
|
|
"defaultChatParticipant",
|
|
|
"embeddings",
|
|
|
"chatVariableResolver",
|
|
|
+ "chatProvider",
|
|
|
"mappedEditsProvider",
|
|
|
"aiRelatedInformation",
|
|
|
"codeActionAI",
|
|
@@ -257,9 +254,6 @@
|
|
|
"textSearchProvider",
|
|
|
"timeline"
|
|
|
],
|
|
|
- "GitHub.copilot-nes": [
|
|
|
- "inlineEdit"
|
|
|
- ],
|
|
|
"ms-python.gather": [
|
|
|
"notebookCellExecutionState"
|
|
|
],
|
|
@@ -267,9 +261,10 @@
|
|
|
"notebookCellExecutionState"
|
|
|
],
|
|
|
"ms-python.debugpy": [
|
|
|
- "portsAttributes",
|
|
|
"contribIssueReporter",
|
|
|
- "debugVisualization"
|
|
|
+ "contribViewsWelcome",
|
|
|
+ "debugVisualization",
|
|
|
+ "portsAttributes"
|
|
|
],
|
|
|
"ms-toolsai.jupyter-renderers": [
|
|
|
"contribNotebookStaticPreloads"
|