emacs-csharp / csharp-mode

A major-mode for editing C# in emacs
GNU General Public License v3.0
154 stars 47 forks source link

Generating overrides issue #260

Closed pro-anon closed 2 years ago

pro-anon commented 2 years ago

I can't generate overrides using lsp-execute-code-action

This is the error it shows:

Debugger entered--Lisp error: (wrong-type-argument hash-table-p nil)
  lsp--execute-code-action(nil)
  lsp-execute-code-action(#<hash-table equal 2/2 0x155c434687a5>)
  funcall-interactively(lsp-execute-code-action #<hash-table equal 2/2 0x155c434687a5>)
  command-execute(lsp-execute-code-action)
razzmatazz commented 2 years ago

@pro-anon please report this to https://github.com/emacs-lsp/lsp-mode/issues

this repository does not cover lsp functionality

pro-anon commented 2 years ago

Sorry about that

theothornhill commented 2 years ago

No worries:)