Closed JulesFaucherre closed 7 months ago
Jira: None
Change the returns from the workspace/executeCommand, to match the specification.
workspace/executeCommand
Success calls return {} and return real errors.
{}
You can build the LS binary with task build, change your client's LS binary and make sure you get the right returns.
task build
Jira: None
Description
Change the returns from the
workspace/executeCommand
, to match the specification.Implementation details
Success calls return
{}
and return real errors.How to validate
You can build the LS binary with
task build
, change your client's LS binary and make sure you get the right returns.