mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:16:05 +00:00

In the newer versions of the language client, this explicitly expects a Promise<void> return type, otherwise it errors out. Fixes #56297 Differential Revision: https://reviews.llvm.org/D129181