In the newer versions of the language client, this explicitly expects a
Promise<void> return type, otherwise it errors out.
Fixes #56297
Paths
| Differential D129181
[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 Fixes #56297
Diff Detail
Event Timelinerriddle added a child revision: D129182: [mlir-vscode] Bump the language client version.Jul 6 2022, 3:35 AM This revision is now accepted and ready to land.Jul 6 2022, 5:45 AM Closed by commit rG0c442776a90d: [mlir-vscode] Explicitly set the return type for didOpen (authored by rriddle). · Explain WhyJul 7 2022, 1:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443047 mlir/utils/vscode/src/mlirContext.ts
|