You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lsp shows an error saying 'regenerate cgo definitions'. I didn't mind the error but when I tried to save the file with :w the lsp removes all comments in the code including the c function before the import and even any other comments in the file. Am I missing something? I have saved the file with the old school vi and it compiles and executes fine.
The text was updated successfully, but these errors were encountered:
Description
I have the following lspconfig in neovim
I created a main.go file with the following content
The lsp shows an error saying 'regenerate cgo definitions'. I didn't mind the error but when I tried to save the file with
:w
the lsp removes all comments in the code including the c function before the import and even any other comments in the file. Am I missing something? I have saved the file with the old school vi and it compiles and executes fine.The text was updated successfully, but these errors were encountered: