Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
github: [deinsoftware]
custom: ["https://paypal.me/equiman/3"]
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"deinsoftware",
"Eomm",
"Equiman",
"github",
"limegreen",
"paypal",
"volta"
Expand Down
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,56 +9,62 @@ Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
-->

## [1.2.1] - 2022/12/11
## 1.2.2 - 2022/12/14

### Fixed

- Sponsors url

## 1.2.1 - 2022/12/14

### Fixed

- Badges using [shields.io](https://shields.io/) badges for visual studio marketplace

## [1.2.0] - 2022/12/09
## 1.2.0 - 2022/12/09

### Added

- Experimental console.profile added as snippet

## [1.1.1] - 2022/07/29
## 1.1.1 - 2022/07/29

### Fixed

- Console table destructuring snippet

## [1.1.0] - 2022/07/27
## 1.1.0 - 2022/07/27

### Added

- Console table destructuring

## [1.0.4] - 2022/07/07
## 1.0.4 - 2022/07/07

### Fixed

- Fix with message snippets

## [1.0.3] - 2022/07/05
## 1.0.3 - 2022/07/05

### Fixed

- Wrapper trigger on README

## [1.0.2] - 2022/07/05
## 1.0.2 - 2022/07/05

### Fixed

- Add TAB symbol
- Remove links on wrappers

## [1.0.1] - 2022/07/05
## 1.0.1 - 2022/07/05

### Fixed

- URL for sibling extensions

## [1.0.0] - 2022/07/05
## 1.0.0 - 2022/07/05

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-debug

If this project helps you, consider buying me a cup of coffee.

[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware)
[![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3)
[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman)

### License

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "debug-snippets",
"description": "VS Code Debug snippets for JS, TS and CSS",
"version": "1.2.1",
"version": "1.2.2",
"displayName": "Debug Snippets",
"publisher": "deinsoftware",
"icon": "images/light-icon.png",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/deinsoftware/vscode-debug-snippets"
},
"sponsor": {
"url": "https://ko-fi.com/equiman"
"url": "https://github.com/sponsors/deinsoftware"
},
"engines": {
"vscode": "^1.58.0"
Expand Down