v0.5.0 - Interactive Window Panel Mode & Remote Environment Fixes
What's Changed
Interactive Window as VS Code Panel (Issue #54)
- New setting
stata-vscode.interactiveDisplayMode: choosepanel(default) to open the Interactive Window as a VS Code webview tab, orbrowserfor 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/interactivepath 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
asExternalUrifix applied to external browser graph display URLs.
Full Changelog: v0.4.9...v0.5.0