Skip to content

Commit 47d4615

Browse files
committed
updated for icons and packaging
1 parent 71f91f8 commit 47d4615

4 files changed

Lines changed: 82 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to the XSLT Debugger extension will be documented in this fi
66

77
### Added
88

9+
- **New Extension Icon**: Professional icon featuring Logic Apps and .NET branding with XSLT (`< XSL >`) brackets and debug bug symbol.
910
- Shared XSLT 1.0 instrumentation helper used by both engines so Saxon can now debug XSLT 1.0 stylesheets that do not rely on `msxsl:script`.
1011
- Version-aware Saxon pipeline that switches to the 1.0-safe probes while retaining the existing XSLT 2.0/3.0 instrumentation.
1112
- Integration coverage for the new Saxon 1.0 path (`SaxonEngine_ShouldCaptureVariables_WhenRunningXslt1Stylesheet`) and console smoke tests for both engines.

icon.png

9.79 KB
Loading

icon.svg

Lines changed: 80 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A VS Code extension for debugging XSLT using a .NET Debug Adapter.",
55
"version": "1.0.0",
66
"publisher": "DanielJonathan",
7+
"icon": "icon.png",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/imdj360/VSCodeXsltDebugger.git"

0 commit comments

Comments
 (0)