mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 06:06:03 +00:00
Sending `didOpen` with a `file` scheme causes problems with some language servers because they expect the file to exist on disk. See https://github.com/microsoft/language-server-protocol/pull/1679