Skip to content

Commit

Permalink
Version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Aug 8, 2023
1 parent 1d395de commit 880d65a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

All notable changes to the "AddFolderToWorkspace" extension will be documented in this file.

## [1.0.2]

### Maintenance

- Updated README.md
- Updated categories and keywords for Visual Studio Marketplace.

## [1.0.1]

### Small Improvements
### Maintenance

- Updated README.md
- Changed Shortcut to ```strg + alt + k, p```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| Status |
| ------ |
| [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/VSCode-AddFolderToWorkspace/1.0.1/dev)](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/compare/1.0.1...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/lint.yml/badge.svg?branch=dev&style=flat&label=Lint) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/pages.yml/badge.svg?branch=dev&style=flat&label=GitHub%20Pages) |
| [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dennykorsukewitz/VSCode-AddFolderToWorkspace/1.0.2/dev)](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/compare/1.0.2...dev) ![GitHub Workflow Lint](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/lint.yml/badge.svg?branch=dev&style=flat&label=Lint) ![GitHub Workflow Pages](https://github.com/dennykorsukewitz/VSCode-AddFolderToWorkspace/actions/workflows/pages.yml/badge.svg?branch=dev&style=flat&label=GitHub%20Pages) |

## Feature

Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AddFolderToWorkspace",
"displayName": "Add Folder To Workspace",
"description": "This extension adds the selected folder to the workspace (VSC Workspace).",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "dennykorsukewitz",
"icon": "doc/images/icon.png",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -20,11 +20,13 @@
"url": "https://github.com/sponsors/dennykorsukewitz"
},
"keywords": [
"Workspace",
"workflow"
"add",
"folder",
"workflow",
"workspace"
],
"categories": [
"Snippets"
"Other"
],
"engines": {
"vscode": "^1.74.0"
Expand Down

0 comments on commit 880d65a

Please sign in to comment.