Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Implement Cancellation Protocol for LSP and Fix small semantic tokens bug

Open akshar2401 opened this issue 9 months ago • 1 comments

This pr does two things at a high level

  1. Implements a $/cancelRequest notification as described here https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#cancelRequest. Implementation is quite trivial. LSP takes in a IHostCancelationHandler and asks hosts to cancel a lsp request running inside it by using the id attached with it

  2. Fixes a very small semantic tokens bug that i introduced during lsp refactoring

akshar2401 avatar May 08 '24 20:05 akshar2401

✅ No public API change.

LucGenetier avatar May 08 '24 20:05 LucGenetier

✅ No public API change.

LucGenetier avatar May 10 '24 22:05 LucGenetier

✅ No public API change.

LucGenetier avatar May 20 '24 21:05 LucGenetier

✅ No public API change.

LucGenetier avatar May 21 '24 13:05 LucGenetier

✅ No public API change.

LucGenetier avatar May 21 '24 13:05 LucGenetier

✅ No public API change.

LucGenetier avatar May 21 '24 16:05 LucGenetier