As a user, I want to be able to run or debug a specific definition in CQL. This requires the discovery of the definitions by the language server to produce the "run / debug" options as code lens options inline in the code. Here's the relevant specification:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
The resolution of the code lens should produce the necessary command / arguments to run only the code that's selected.
As a user, I want to be able to run or debug a specific definition in CQL. This requires the discovery of the definitions by the language server to produce the "run / debug" options as code lens options inline in the code. Here's the relevant specification:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
The resolution of the code lens should produce the necessary command / arguments to run only the code that's selected.