Skip to content

Releases: burgan-tech/csx-json-sync

Release v1.1.1

16 Sep 05:45
ac7e7db

Choose a tag to compare

🚀 CSX-JSON Sync Extension v1.1.1

📦 Installation

From VSIX file:

  1. Download the .vsix file from the assets below
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click on "..." menu and select "Install from VSIX..."
  5. Select the downloaded .vsix file

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

  1. Open a VNext project with vnext.config.json
  2. The extension will automatically detect CSX files in your project structure
  3. Changes to CSX files will be automatically synced to corresponding JSON files
  4. 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

16 Sep 05:50
3f4e92d

Choose a tag to compare

🚀 CSX-JSON Sync Extension v1.0.1

📦 Installation

From VSIX file:

  1. Download the .vsix file from the assets below
  2. Open VS Code
  3. Go to Extensions view (Ctrl+Shift+X)
  4. Click on "..." menu and select "Install from VSIX..."
  5. Select the downloaded .vsix file

🔧 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

  1. Open a VNext project with vnext.config.json
  2. The extension will automatically detect CSX files in your project structure
  3. Changes to CSX files will be automatically synced to corresponding JSON files
  4. Hover over base64 code in JSON files to see decoded C# code
  5. 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