mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
7cb1b9d9f0
There are two bugs here: - Something in the lsp is converting a value from `undefined` to `null`. To fix this, I've updated us just to check for falsy values instead - The `hasInMemoryDoc` implementation was incorrect. It needs to verify that the value of `this.inMemoryDoc` is not null/undefined