Skip to content

Fix event type#19

Closed
terurou wants to merge 1 commit intovshaxe:masterfrom
DenkiYagi:fix-event-type
Closed

Fix event type#19
terurou wants to merge 1 commit intovshaxe:masterfrom
DenkiYagi:fix-event-type

Conversation

@terurou
Copy link
Contributor

@terurou terurou commented May 11, 2025

This PR fixes a compile error in the following code:

function activate(context:ExtensionContext) {
    final panel = Vscode.window.createWebviewPanel(
        "foo.bar",
        "Foo Bar",
        Vscode.ViewColumn.One,
        {}
    );
    panel.onDidDispose(
        _ -> {},
        null,
        context.subscriptions  // <- error
    );
}

@terurou terurou closed this May 16, 2025
@terurou terurou deleted the fix-event-type branch May 16, 2025 06:21
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

Comments