Skip to content

Commit

Permalink
Minor README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Sep 13, 2024
1 parent 288a044 commit 706bed5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.16.0] - 2024-09-09

### Changed

- Remove GitHub style from note. It dont look get transformed by the marketplace!

## [0.15.0] - 2024-09-09

### Changed
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
</h1>
<h4 align="center">Know which your profile you're using, <em>no doubt</em>!</h4>

> [!IMPORTANT]
> It's best to consider this an ***experiment***. This employs a workaround to get the profile name and has some [limitations](#current-limitations). The Extension API does not expose any functionality related to profiles, and 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.
> It's best to consider this an ***experiment***. This employs a workaround to get the profile name and has some [limitations](#current-limitations). The Extension API does not expose any functionality related to profiles, and Microsoft do *not* plan to change this (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. 👊

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": {
"name": "Rob O'Leary"
},
"version": "0.15.0",
"version": "0.16.0",
"preview": true,
"engines": {
"vscode": "^1.46.0"
Expand Down

0 comments on commit 706bed5

Please sign in to comment.