Skip to content

v0.0.3 - Fix webview loading error

Choose a tag to compare

@benbasha benbasha released this 13 Jul 18:23
· 67 commits to main since this release

馃悰 Bug Fix

Fixed webview loading error in packaged extension

What was fixed

  • Resolved "Error loading webview content. Please check the HTML file." when installing from VS Code marketplace
  • Updated build process to properly copy webview files (HTML, CSS, JS) to output directory
  • Fixed file path references to use correct location in packaged extension

Technical changes

  • Modified package.json compile script to copy src/webview/ to out/webview/
  • Updated src/ui/webview/index.ts to reference files in out/webview/ instead of src/webview/

Installation

  • VS Code Marketplace: Search for "ClaudeLoop" in Extensions
  • Manual: Download claude-loop-0.0.3.vsix and install via code --install-extension claude-loop-0.0.3.vsix

Links