Skip to content

DE-UPLC Extension v0.0.2

Latest

Choose a tag to compare

@lisicky lisicky released this 02 Feb 00:23

Features

Custom Koios URL Support

  • Add 'Custom URL...' option to network selection dropdown
  • Implement URL input validation with proper error handling
  • Update KoiosClient to support custom endpoint URLs
  • Preserve custom endpoint when reading context from JSON files

This allows users to specify their own Koios instance URL directly in the VS Code UI when selecting a network.

Execution Location Highlighting

  • Add visual highlighting when execution finishes (green) or errors (red) at the exact term location
  • Introduce StepResult struct that returns both term_id and execution status
  • Clear previous highlights when starting new debug session
  • Improve line reveal behavior to center on first non-whitespace character

Installation

Download the de-uplc-0.0.2.vsix file and install it in VS Code:

code --install-extension de-uplc-0.0.2.vsix

Contributors

Full Changelog: v0.0.1...v0.0.2