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

fix: declare quickfix/refactor CodeAction capabilities #553

Merged

Conversation

CGNonofr
Copy link
Contributor

@CGNonofr CGNonofr commented Aug 3, 2022

There was a bug in monaco-languageclient, (droping codeAction provider metadata), which was making this issue invisible.
The issue is now fixed and quickfix code actions are not working anymore with this LSP implementation because it doesn't declare the quickfix codeAction capability, even though it's able to handle them.

@CGNonofr CGNonofr changed the title Declare quickfix CodeAction capability Declare quickfix/refactor CodeAction capabilities Aug 3, 2022
@rchl rchl changed the title Declare quickfix/refactor CodeAction capabilities fix: declare quickfix/refactor CodeAction capabilities Aug 3, 2022
@rchl rchl merged commit ac1ecb2 into typescript-language-server:master Aug 3, 2022
@rchl
Copy link
Member

rchl commented Aug 3, 2022

thanks

rchl added a commit that referenced this pull request Aug 3, 2022
* master:
  fix: declare quickfix/refactor CodeAction capabilities (#553)
@CGNonofr
Copy link
Contributor Author

CGNonofr commented Aug 3, 2022

Thanks for your reactivity! Will a new release be created?

@rchl
Copy link
Member

rchl commented Aug 3, 2022

On unrelated note, I wonder if your use case is using this programmatically or are you communicating with it through stdio?

I have some changes at #547 that can affect projects that use this server programmatically and I wonder about potential issues with that.

@rchl
Copy link
Member

rchl commented Aug 3, 2022

Thanks for your reactivity! Will a new release be created?

I'm planning to introduce that mentioned PR before making a new release.

@CGNonofr
Copy link
Contributor Author

CGNonofr commented Aug 3, 2022

I'm using it through stdin/out, it won't be a problem for me !

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