Open
Description
It's not clear why, but the entire buffer gets sent to OmniSharp on every keystroke. This results in poor typing performance in all but the smallest files. We should be passing just the changes.
https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/features/changeForwarding.ts#L25