aznhe21 / actions-preview.nvim

Fully customizable previewer for LSP code actions.
GNU General Public License v3.0
380 stars 9 forks source link

fix: empty WorkspaceEdit object causes error #2

Closed aznhe21 closed 1 year ago

aznhe21 commented 1 year ago

OmniSharp returns a CodeAction containing an empty WorkspaceEdit, which caused error.

This fixes #1.

youegraillot commented 1 year ago

fix confirmed, thanks !