Skip to content

Commit

Permalink
add snippets pack
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Jul 7, 2022
1 parent cd26707 commit ef3a26c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Binary file modified .github/social/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
-->

## [2.0.0] - 2022/07/06

### Added

- Debug Snippets

## [1.5.1] - 2022/06/23

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Open the extension manager with <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>X</kbd> (W

## Extensions Included

- [Debug Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.debug-snippets)
- [Const & Props Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.const-props-snippets)
- [Arrow Function Snippets](https://marketplace.visualstudio.com/items?itemName=deinsoftware.arrow-function-snippets)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dein-snippets-pack",
"description": "VS Code dein Snippets collection for JS and TS",
"version": "1.5.1",
"version": "2.0.0",
"displayName": "dein Snippets Pack",
"publisher": "deinsoftware",
"icon": "images/light-icon.png",
Expand Down Expand Up @@ -38,6 +38,7 @@
"extensionKind": [],
"activationEvents": [],
"extensionPack": [
"deinsoftware.debug-snippets",
"deinsoftware.const-props-snippets",
"deinsoftware.arrow-function-snippets"
],
Expand Down

0 comments on commit ef3a26c

Please sign in to comment.