You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR 473246: Always open documents in the Razor LSP
In my previous PR, that added the method I'm removing here, I tried to be a little fancy and not bother opening the Razor document because if we were getting an LSP request for a document, then it must already be open. I completely forgot that this isn't true for the IDynamicFile LSP request.
If a document is open, and you call `openTextDocument`, vscode just returns immediately anyway so there really is no harm in calling this.
Related work items: #1822437
0 commit comments