Releases: burgan-tech/csx-json-sync
Releases · burgan-tech/csx-json-sync
Release v1.1.1
🚀 CSX-JSON Sync Extension v1.1.1
📦 Installation
From VSIX file:
- Download the
.vsixfile from the assets below - Open VS Code
- Go to Extensions view (Ctrl+Shift+X)
- Click on "..." menu and select "Install from VSIX..."
- Select the downloaded
.vsixfile
From VS Code Marketplace:
ext install burgan-tech.csx-json-sync
🔧 Features
- Automatically syncs CSX files to JSON files with base64 encoding
- Works with VNext workflow engine projects
- Auto-sync on file changes with configurable debounce
- Manual sync commands for individual or all CSX files
- Context menu integration for CSX files
📋 Usage
- Open a VNext project with
vnext.config.json - The extension will automatically detect CSX files in your project structure
- Changes to CSX files will be automatically synced to corresponding JSON files
- Use Command Palette (Ctrl+Shift+P) for manual sync commands
🔗 Links
📋 Changes
See CHANGELOG.md for detailed changes.
This release was automatically created by GitHub Actions
Release v1.0.1
🚀 CSX-JSON Sync Extension v1.0.1
📦 Installation
From VSIX file:
- Download the
.vsixfile from the assets below - Open VS Code
- Go to Extensions view (Ctrl+Shift+X)
- Click on "..." menu and select "Install from VSIX..."
- Select the downloaded
.vsixfile
🔧 Features
- Automatically syncs CSX files to JSON files with base64 encoding
- Base64 code preview on hover in JSON files
- Works with VNext workflow engine projects
- Auto-sync on file changes with configurable debounce
- Manual sync commands for individual or all CSX files
- Context menu integration for CSX files
📋 Usage
- Open a VNext project with
vnext.config.json - The extension will automatically detect CSX files in your project structure
- Changes to CSX files will be automatically synced to corresponding JSON files
- Hover over base64 code in JSON files to see decoded C# code
- Use Command Palette (Ctrl+Shift+P) for manual sync commands
🔗 Links
📋 Changes
See README.md for detailed features and changes.
This release was automatically created by GitHub Actions