From 2aad3cdb1833d93f6e79f60ca82925477234e217 Mon Sep 17 00:00:00 2001 From: "Justin Kolasa (from Dev Box)" Date: Wed, 30 Apr 2025 15:49:39 -0400 Subject: [PATCH] Removed text on required extensions as it will prompt by default --- src/Explorer/Explorer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index ffc115659..05044e269 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -304,8 +304,7 @@ export default class Explorer { isModal: true, title: ` Open your Cosmos DB account in Visual Studio Code`, subText: `Please ensure Visual Studio Code is installed on your device. - If you don't have it installed, please download it from the link below. - After installation, ensure you have the Azure Databases and Azure Resources extensions installed.`, + If you don't have it installed, please download it from the link below.`, primaryButtonText: "Open VS Code", secondaryButtonText: "Cancel",