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
I was trying to make an Lsp for my little language and testing it with vim-lsp. and i got a sigsev when vim passes it's initialization message. I made a minimal example where i just include vim's first message in the source and dispatch it manually, idk how legit that is but it breaks in an identical way.
I was trying to make an Lsp for my little language and testing it with vim-lsp. and i got a sigsev when vim passes it's initialization message. I made a minimal example where i just include vim's first message in the source and dispatch it manually, idk how legit that is but it breaks in an identical way.
LspTest.zip
built on a current linux mint, using G++12, c++17
The text was updated successfully, but these errors were encountered: