From 8211ab5f45c0ffe681b98398b947b85e75365d56 Mon Sep 17 00:00:00 2001 From: Eron Wright Date: Fri, 31 Jan 2025 11:51:23 -0800 Subject: [PATCH 1/2] login message tweak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24a6175..ead5c10 100644 --- a/package.json +++ b/package.json @@ -308,7 +308,7 @@ "viewsWelcome": [ { "view": "pulumi-esc-explorer", - "contents": "Welcome to Pulumi ESC! You will now be able to view and modify your ESC Environments inside VSCode. To get started, login to Pulumi Cloud. \n[Login to Pulumi](command:pulumi.login)." + "contents": "Welcome to Pulumi ESC! You will now be able to view and modify your ESC Environments inside VSCode. To get started, connect to Pulumi Cloud. \n[Connect to Pulumi Cloud](command:pulumi.login)\n" } ], "debuggers": [ From 51658c6f10a2b06bc7b7e50304b4ad36ae5e9037 Mon Sep 17 00:00:00 2001 From: Eron Wright Date: Fri, 31 Jan 2025 14:34:32 -0800 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b515a..0359834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Fix for debugging with a self-managed backend #20 - Extension should install the latest CLI #12 - Add Pulumi Copilot to extension pack +- New welcome text for the ESC Explorer ## v0.1.0 - Initial release