csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
ILanguageProtocolInitializeHandler / ILanguageProtocolInitializedHandler Reference still present after. interface was removed.
The issue:
The LanguageServer class is still implementing the ILanguageProtocolInitializeHandler and ILanguageProtocolInitializedHandler interfaces even thought they both were removed back on commit 9f5f49f45d056b9088d593c4ecf4ff3815a0922b.
- I'm wondering if I can delete the implementation of both interfaces?
- Is there something obvious I'm missing here?
background
While analyzing the code I came accross some compilation errors. At first I thought there was a missing dependency or something along those lines, but after some further investigation into the code and git history, I found that the Issue was indeed present due to the removal of both Interfaces on commit 9f5f49f45d056b9088d593c4ecf4ff3815a0922b.