Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Migrate Webviews to Native HTML #124

@andrewpareles

Description

@andrewpareles

Most of our code for the core functionality of Void runs inside <script /> tags that mount inside a webview iframe.

iframe scripts aren't allowed to call vscode functions, so we set up a complicated messaging process to send messages between the iframe script and the main extension.js file.

We'd like to ditch all our webview architecture, and instead mount all of our code inside of VSCode natively. This would require migrating our /extensions/void extension to live natively in the editor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions