remove unneeded deps that were only used for LSP types
Created by: sqs
I mainly wanted this to avoid vscode-languageserver from polluting my VS Code completion list for types. It's also just good to remove these because they're not needed.
(Since Disposable
came from vscode-languageserver, I renamed it to Unsubscribable
, which is what rxjs
calls roughly the same thing.)
This PR does not need to update the CHANGELOG because it is not user facing