Skip to content

fix(vscode): browser dashboard instead of iframe#75

Merged
avrabe merged 1 commit intomainfrom
fix/vscode-no-iframe
Mar 22, 2026
Merged

fix(vscode): browser dashboard instead of iframe#75
avrabe merged 1 commit intomainfrom
fix/vscode-no-iframe

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 22, 2026

WebView can't access localhost. Opens in browser instead. LSP stays in-editor. 🤖

VS Code WebViews can't access localhost (sandbox blocks local-network).
Changed dashboard commands to open in the default browser via
vscode.env.openExternal. The LSP still runs in-editor for diagnostics,
hover, goto-def, and completions.

Trace: skip
@avrabe avrabe merged commit fe97b81 into main Mar 22, 2026
@avrabe avrabe deleted the fix/vscode-no-iframe branch March 22, 2026 06:26
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: cf2b32d Previous: b8030f1 Ratio
store_lookup/100 2175 ns/iter (± 12) 1689 ns/iter (± 4) 1.29
store_lookup/1000 26788 ns/iter (± 171) 19265 ns/iter (± 34) 1.39
traceability_matrix/1000 59036 ns/iter (± 415) 42087 ns/iter (± 175) 1.40
query/100 793 ns/iter (± 2) 633 ns/iter (± 2) 1.25
query/1000 7297 ns/iter (± 31) 5143 ns/iter (± 12) 1.42

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant