CircleCI-Public / circleci-yaml-language-server

The official language server for CircleCI YAML configuration files
Apache License 2.0
20 stars 18 forks source link

fix: return right values from custom commands #286

Closed JulesFaucherre closed 7 months ago

JulesFaucherre commented 7 months ago

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.