Skip to content

Commit

Permalink
Fix numbering of steps in README
Browse files Browse the repository at this point in the history
For some strange reason, the vscode page for the extension doesn't
handle the numbered list (with items between the list items) correctly.
So work around this by removing the numbered lists.
  • Loading branch information
baincd committed Jun 20, 2021
1 parent afc0048 commit 4e92f35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2021-06-20
### Fixed
- Numbering of steps in README

## [1.1.0] - 2021-06-20
### Added
- Ability to configure extensions that should be disabled for a profile
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Extension Profiles provides a workaround (within the limitations of the vscode A

## Usage

1. Install extensions, then disable them globally
1: Install extensions, then disable them globally

![Disable extension globally example](images/disable-ext-globally.png)

2. Define extension profiles in settings.json
2: Define extension profiles in settings.json

```jsonc
"extension-profiles.profiles": {
Expand All @@ -34,13 +34,14 @@ Extension Profiles provides a workaround (within the limitations of the vscode A
},
```

3. Use "Extension Profiles: Active Profiles Setup" command to activate profiles in workspace
3: Use "Extension Profiles: Active Profiles Setup" command to activate profiles in workspace

- The active profiles are saved in workspace settings
- Extension sidebar will be displayed with the extensions of the profile displayed. Manually enable each extension for the workspace

![Activate Profile Example](images/activate-profile-example.png)

4. If all the workspace's active profile(s) extensions are not enabled (for example, if you add a new extension to a profile), you will be prompted at startup to enable those extensions
4: If all the workspace's active profile(s) extensions are not enabled (for example, if you add a new extension to a profile), you will be prompted at startup to enable those extensions

![Startup Check Image](images/startup-check-example.png)

Expand Down

0 comments on commit 4e92f35

Please sign in to comment.