This is an archive of the discontinued LLVM Phabricator instance.

[mlir-vscode] Explicitly set the return type for didOpen
ClosedPublic

Authored by rriddle on Jul 6 2022, 3:35 AM.

Details

Summary

In the newer versions of the language client, this explicitly expects a
Promise<void> return type, otherwise it errors out.

Fixes #56297

Diff Detail

Event Timeline

rriddle created this revision.Jul 6 2022, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 3:35 AM
rriddle requested review of this revision.Jul 6 2022, 3:35 AM
jpienaar accepted this revision.Jul 6 2022, 5:45 AM
This revision is now accepted and ready to land.Jul 6 2022, 5:45 AM
rriddle updated this revision to Diff 442834.Jul 7 2022, 3:12 AM
This revision was automatically updated to reflect the committed changes.