Occasionally call didOpen with different contents.#218
Occasionally call didOpen with different contents.#218DanielRosenwasser wants to merge 2 commits intomainfrom
didOpen with different contents.#218Conversation
Co-authored-by: Copilot <copilot@github.com>
|
I feel like might be too destructive, given this can effectively hide the real contents for later requests? |
Do you have an example in mind? |
|
I don't have a specific example, I just mean that if we clear out the contents, yes, we are testing what happens when you clear out the contents, but then we're spending more time doing hopefully "nothing" instead of testing the other features. Maybe this happens rarely enough to not matter? |
I thought |
See microsoft/typescript-go#3483 for how we fixed a problem around clients calling
didOpenwith different file contents.