Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
tweaking for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jun 24, 2019
1 parent 1e06160 commit c57eba3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 3 deletions.
Empty file modified .editorconfig
100644 → 100755
Empty file.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

All notable changes to the "vscode-profile-switcher" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
Check [Keep a Changelog](http://keepachan2gelog.com/) for recommendations on how to structure this file.

## 0.1.1
## 0.1.2 - 2019-06-24

- Adding a logo
- Adding a demo of extension to readme
- Added Azure Pipelines for CI/CD

## 0.1.1 - 2019-06-21

- Initial preview release release
Empty file modified License.md
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# VS Code Profile Switcher

[![Badge for version for Visual Studio Code extension aaronpowell.vscode-profile-switcher](https://vsmarketplacebadge.apphb.com/version/aaronpowell.vscode-profile-switcher.svg?color=blue&style=?style=for-the-badge&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher&wt.mc_id=profileswitcher-github-aapowell) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/aaronpowell.vscode-profile-switcher.svg?color=blue&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher&wt.mc_id=profileswitcher-github-aapowell)
[![Rating](https://vsmarketplacebadge.apphb.com/rating/aaronpowell.vscode-profile-switcher.svg?color=blue&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher&wt.mc_id=profileswitcher-github-aapowell) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.org/licenses/MIT)

This extension allows you to define a number of settings profiles that you can easily switch between. The original idea for this extension came from my desire to have an easy way for me to switch my VS Code to a setup that was better optimised for presenting (changed themes, increase font size, etc).

## Install
Expand All @@ -13,6 +16,8 @@ This extension allows you to define a number of settings profiles that you can e

The extension introduces three new commands that you can use from the command panel. All commands are prefixed with `Profile Switcher`.

![Demo of the extension in action](images/readme-demo.gif)

### Save Profile

This saved the current **user** settings with the name you provide. You can use this to create a new profile or you can update an existing profile. The profile, when saved, is done so against your user-level settings.
Expand Down
Binary file added images/logo.pdn
Binary file not shown.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "vscode-profile-switcher",
"displayName": "Profile Switcher",
"description": "Allows you to switch between different profiles you have created",
"version": "0.1.1",
"version": "0.1.2",
"preview": true,
"license": "SEE LICENSE IN LICENSE.md",
"publisher": "aaronpowell",
"homepage": "https://github.com/aaronpowell/vscode-profile-switcher/blob/master/README.md",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#373436",
"theme": "light"
},
"extensionKind": "ui",
"repository": {
"type": "git",
"url": "https://github.com/aaronpowell/vscode-profile-switcher.git"
Expand Down
Empty file modified src/settingsHelper.ts
100644 → 100755
Empty file.

0 comments on commit c57eba3

Please # to comment.