Skip to content

Commit f8466b6

Browse files
release: improved diagnostic options
1 parent c06bbd2 commit f8466b6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Table of Contents
66

77
- [Unreleased](#unreleased---date)
8-
- [2.4](#240---2025-09-07) - Cursor Support
8+
- [2.4](#241---2025-09-11) - Cursor Support
99
- [2.3](#230---2025-09-05) - VSCodium Support
1010
- [2.2](#220---2025-09-03) - VS Code Insiders Support
1111
- [2.1](#213---2025-08-27) - Advanced Profile Linking
@@ -35,6 +35,13 @@
3535
- Simplified snippet view option
3636
- Fix to handle json with trailing commas
3737

38+
## [2.4.1] - 2025-09-11
39+
40+
### Fixed
41+
42+
- Extension can read snippets with trailing commas
43+
- Improve Supress Diagnostics option
44+
3845
## [2.4.0] - 2025-09-07
3946

4047
### Added

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
@@ -2,7 +2,7 @@
22
"name": "snippetstudio",
33
"displayName": "SnippetStudio",
44
"description": "A snippets manager that assists you in creating, editing, viewing, and deleting snippets and snippet files.",
5-
"version": "2.4.0",
5+
"version": "2.4.1",
66
"publisher": "AlexDombroski",
77
"author": {
88
"name": "Alex Dombroski",

0 commit comments

Comments
 (0)