Skip to content

Commit 32358ea

Browse files
authored
fix: label surrounded by quotes
1 parent f980645 commit 32358ea

File tree

5 files changed

+213
-208
lines changed

5 files changed

+213
-208
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## 1.7.1 - 2025/03/04
13+
14+
### Fixed
15+
16+
- Surround label text on console context definition.
17+
1218
## 1.7.0 - 2025/03/01
1319

1420
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Below is a list of all available snippets and the triggers of each one. The `░
122122
123123
| Trigger | Description | Result JS/TS |
124124
| ------: | ------------------------------- | ------------------------------------------------------------- |
125-
| `cx→` | context | `const ░context = console.context(░label)█` |
125+
| `cx→` | context | `const ░context = console.context('░label')█` |
126126

127127
The `console.context()` API provides a convenient mechanism for filtering log messages, thereby helping to mitigate the issue of logs from other scripts or packages obscuring relevant information.
128128

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "debug-snippets",
33
"description": "VS Code Debug snippets for JS, TS and CSS",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"displayName": "Debug Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",

0 commit comments

Comments
 (0)