From 86d75e67e76cb72c54fe0c61101a4503a3060304 Mon Sep 17 00:00:00 2001
From: Rob OLeary <3703647+robole@users.noreply.github.com>
Date: Mon, 9 Sep 2024 16:08:32 +0200
Subject: [PATCH] Improve prelude text in README
---
CHANGELOG.md | 7 +++++++
README.md | 22 ++++++----------------
2 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9b7602..bb037fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to the "test-profile" extension will be documented in this f
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
+## [0.13.0] - 2024-09-09
+
+### Changed
+
+- Improve prelude text in blockquote.
+- Removed badges.
+
## [0.12.0] - 2024-09-09
### Changed
diff --git a/README.md b/README.md
index c914bc6..0ac35c8 100644
--- a/README.md
+++ b/README.md
@@ -9,25 +9,15 @@
Know which your profile you're using, no doubt!
-
-
-
-
-
-
-
-
-
-
-
-> Its best to consider this as an experiment. Since the Extension API does not expose any functionality related to profiles, I have done a crafty workaround to get the profile name. However this has some [limitations](#current-limitations) as outlined below. Microsoft have no plans to add anything related to profiles to the Extensions API (see [issue](https://github.com/microsoft/vscode/issues/208195#issuecomment-2046778283)). If you are interested in this as feature, you can leave a review in the VS Code Marketplace and I can raise an issue again with Microsoft if there is enough interest.
-
-The **profile name appears as an item on the left-hand side of the status bar, baby baby**. 👊
+> Its best to consider this as an ***experiment***. Since the Extension API does not expose any functionality related to profiles, I have done a crafty workaround to get the profile name. However this has some [limitations](#current-limitations) as outlined below.
+>
+>Microsoft do *not* plan to add anything related to profiles to the Extensions API (see [issue](https://github.com/microsoft/vscode/issues/208195#issuecomment-2046778283)). If you are interested in this as feature, you can leave a [review in the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.profile-status&ssr=false#review-details) and I can raise an issue again with Microsoft if there is enough interest.
+
+The profile name appears as an item on the left-hand side of the status bar, baby baby. 👊
![screenshot of markdown open with the profile status item in the status bar saying "Profile: Default"](img/screenshot-statusbar.png)
-**You can change the profile by clicking the item, as demonstrated below** .
+You can change the profile by clicking the item, as demonstrated below.
![demo of clicking the status bar item and changing the profile from Default to Teaching](img/demo.webp)