Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve code actions #290

Merged
merged 4 commits into from
Sep 20, 2021
Merged

Conversation

CGNonofr
Copy link
Collaborator

In last version of the lsp specification, the edit field in a CodeAction is not mandatory anymore.

In such case, the client is supposed to call the server to resolve it when it needs to.

Unfortunately, the monaco api doesn't provide the way to do it properly.

As soon as microsoft/monaco-editor#2663 is resolved, it will need to be properly implemented, this is a temporary "hack"

@CGNonofr
Copy link
Collaborator Author

@mofux still counting on you ;)

Copy link
Collaborator

@mofux mofux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👌

@CGNonofr CGNonofr merged commit 16dd005 into TypeFox:master Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants