From 9d70d6b0a2a42a54f1fdec6e4fa55bd62f4c30cf Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 12 Aug 2024 14:40:29 +0200 Subject: [PATCH] feat: update to 1.91 (#1986) --- product.json | 19 +++++++------------ stable.json | 4 ++-- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/product.json b/product.json index 0840f8843c5..b18b2ef456f 100644 --- a/product.json +++ b/product.json @@ -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" diff --git a/stable.json b/stable.json index 54ff911aa4a..9798fd96768 100644 --- a/stable.json +++ b/stable.json @@ -1,4 +1,4 @@ { - "tag": "1.91.1", - "commit": "f1e16e1e6214d7c44d078b1f0607b2388f29d729" + "tag": "1.92.1", + "commit": "eaa41d57266683296de7d118f574d0c2652e1fc4" }