Skip to content

v0.5.0 - Interactive Window Panel Mode & Remote Environment Fixes

Choose a tag to compare

@hanlulong hanlulong released this 15 Mar 02:28

What's Changed

Interactive Window as VS Code Panel (Issue #54)

  • New setting stata-vscode.interactiveDisplayMode: choose panel (default) to open the Interactive Window as a VS Code webview tab, or browser for external browser
  • Panel mode executes code and displays output/graphs inline with interactive command input

Fixed

  • Interactive Window URL broken in code-server: asExternalUri() was stripping the /interactive path in proxied environments. Fixed by resolving the base URL first, then re-appending path and query.
  • Graph viewer scrolling lockup: Added proper overflow CSS and capped graph history at 50 entries to prevent unbounded DOM growth.
  • Same asExternalUri fix applied to external browser graph display URLs.

Full Changelog: v0.4.9...v0.5.0