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

Lsp-Omnisharp Code Actions does not work #2342

Closed
suiyuex opened this issue Oct 18, 2023 · 0 comments · Fixed by #2343
Closed

Lsp-Omnisharp Code Actions does not work #2342

suiyuex opened this issue Oct 18, 2023 · 0 comments · Fixed by #2343
Labels

Comments

@suiyuex
Copy link
Contributor

suiyuex commented Oct 18, 2023

Describe the bug
as title say

To Reproduce
Steps to reproduce the behavior:

  1. Install Lsp and Lsp-Omnisharp
  2. Enable Omnisharp Lsp Server
  3. using xxx; Code Actions
  4. Does not work

Expected behavior
change document to add using xxx

Environment (please complete the following information):

  • OS: Arch
  • Sublime Text version: 4152
  • LSP version: 1.25.0
  • Language servers used: Lsp-Omnisharp

Additional context

self.has_capability("codeActionProvider.resolveProvider") False
image

CodeActionProvider register with selector. So self.has_capability check failed

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants