Files
ada_language_server/doc/debug.md
Maxim Reznik e71b3dbe61 Restore cancel test
Refs #1170
2023-10-02 13:05:42 +03:00

532 B

ALS Debug

Short introduction

This command als-suspend-execution is used to test language server.

Change description

Currently als-suspend-execution debug command has only one argument:

  • inputQueueLength - integer

On execution it stops processing task until input queue has given number of messages. After getting this request ALS stops message processing, but still accepts new requests/notifications. Once number of input messages reaches given limit, ALS resumes message processing.

Response:

  • result: null